Lines Matching refs:def_conf
134 unsigned int def_conf; in can_be_headset_mic() local
141 def_conf = snd_hda_codec_get_pincfg(codec, item->pin); in can_be_headset_mic()
142 attr = snd_hda_get_input_pin_attr(def_conf); in can_be_headset_mic()
147 int seq = get_defcfg_sequence(def_conf); in can_be_headset_mic()
197 unsigned int def_conf; in snd_hda_parse_pin_defcfg() local
207 def_conf = snd_hda_codec_get_pincfg(codec, nid); in snd_hda_parse_pin_defcfg()
208 conn = get_defcfg_connect(def_conf); in snd_hda_parse_pin_defcfg()
211 loc = get_defcfg_location(def_conf); in snd_hda_parse_pin_defcfg()
212 dev = get_defcfg_device(def_conf); in snd_hda_parse_pin_defcfg()
226 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
227 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg()
253 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
254 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg()
266 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
267 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg()
452 int snd_hda_get_input_pin_attr(unsigned int def_conf) in snd_hda_get_input_pin_attr() argument
454 unsigned int loc = get_defcfg_location(def_conf); in snd_hda_get_input_pin_attr()
455 unsigned int conn = get_defcfg_connect(def_conf); in snd_hda_get_input_pin_attr()
488 unsigned int def_conf; in hda_get_input_pin_label() local
494 def_conf = snd_hda_codec_get_pincfg(codec, pin); in hda_get_input_pin_label()
496 switch (get_defcfg_device(def_conf)) { in hda_get_input_pin_label()
504 attr = snd_hda_get_input_pin_attr(def_conf); in hda_get_input_pin_label()
511 attr = snd_hda_get_input_pin_attr(def_conf); in hda_get_input_pin_label()
626 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); in check_output_pfx() local
627 int attr = snd_hda_get_input_pin_attr(def_conf); in check_output_pfx()
661 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); in fill_audio_out_name() local
662 int attr = snd_hda_get_input_pin_attr(def_conf); in fill_audio_out_name()
716 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); in snd_hda_get_pin_label() local
723 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE) in snd_hda_get_pin_label()
726 switch (get_defcfg_device(def_conf)) { in snd_hda_get_pin_label()
738 hdmi = is_hdmi_cfg(def_conf); in snd_hda_get_pin_label()