Lines Matching refs:def_conf
127 unsigned int def_conf; in can_be_headset_mic() local
134 def_conf = snd_hda_codec_get_pincfg(codec, item->pin); in can_be_headset_mic()
135 attr = snd_hda_get_input_pin_attr(def_conf); in can_be_headset_mic()
140 int seq = get_defcfg_sequence(def_conf); in can_be_headset_mic()
191 unsigned int def_conf; in snd_hda_parse_pin_defcfg() local
201 def_conf = snd_hda_codec_get_pincfg(codec, nid); in snd_hda_parse_pin_defcfg()
202 conn = get_defcfg_connect(def_conf); in snd_hda_parse_pin_defcfg()
205 loc = get_defcfg_location(def_conf); in snd_hda_parse_pin_defcfg()
206 dev = get_defcfg_device(def_conf); in snd_hda_parse_pin_defcfg()
220 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
221 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg()
239 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
240 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg()
248 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
249 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg()
419 int snd_hda_get_input_pin_attr(unsigned int def_conf) in snd_hda_get_input_pin_attr() argument
421 unsigned int loc = get_defcfg_location(def_conf); in snd_hda_get_input_pin_attr()
422 unsigned int conn = get_defcfg_connect(def_conf); in snd_hda_get_input_pin_attr()
452 unsigned int def_conf; in hda_get_input_pin_label() local
458 def_conf = snd_hda_codec_get_pincfg(codec, pin); in hda_get_input_pin_label()
460 switch (get_defcfg_device(def_conf)) { in hda_get_input_pin_label()
468 attr = snd_hda_get_input_pin_attr(def_conf); in hda_get_input_pin_label()
475 attr = snd_hda_get_input_pin_attr(def_conf); in hda_get_input_pin_label()
586 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); in check_output_pfx() local
587 int attr = snd_hda_get_input_pin_attr(def_conf); in check_output_pfx()
621 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); in fill_audio_out_name() local
622 int attr = snd_hda_get_input_pin_attr(def_conf); in fill_audio_out_name()
670 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); in snd_hda_get_pin_label() local
677 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE) in snd_hda_get_pin_label()
680 switch (get_defcfg_device(def_conf)) { in snd_hda_get_pin_label()
692 hdmi = is_hdmi_cfg(def_conf); in snd_hda_get_pin_label()