Lines Matching refs:def_conf

132 	unsigned int def_conf;  in can_be_headset_mic()  local
139 def_conf = snd_hda_codec_get_pincfg(codec, item->pin); in can_be_headset_mic()
140 attr = snd_hda_get_input_pin_attr(def_conf); in can_be_headset_mic()
145 int seq = get_defcfg_sequence(def_conf); in can_be_headset_mic()
195 unsigned int def_conf; in snd_hda_parse_pin_defcfg() local
205 def_conf = snd_hda_codec_get_pincfg(codec, nid); in snd_hda_parse_pin_defcfg()
206 conn = get_defcfg_connect(def_conf); in snd_hda_parse_pin_defcfg()
209 loc = get_defcfg_location(def_conf); in snd_hda_parse_pin_defcfg()
210 dev = get_defcfg_device(def_conf); in snd_hda_parse_pin_defcfg()
224 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
225 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg()
251 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
252 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg()
264 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
265 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg()
450 int snd_hda_get_input_pin_attr(unsigned int def_conf) in snd_hda_get_input_pin_attr() argument
452 unsigned int loc = get_defcfg_location(def_conf); in snd_hda_get_input_pin_attr()
453 unsigned int conn = get_defcfg_connect(def_conf); in snd_hda_get_input_pin_attr()
486 unsigned int def_conf; in hda_get_input_pin_label() local
492 def_conf = snd_hda_codec_get_pincfg(codec, pin); in hda_get_input_pin_label()
494 switch (get_defcfg_device(def_conf)) { in hda_get_input_pin_label()
502 attr = snd_hda_get_input_pin_attr(def_conf); in hda_get_input_pin_label()
509 attr = snd_hda_get_input_pin_attr(def_conf); in hda_get_input_pin_label()
623 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); in check_output_pfx() local
624 int attr = snd_hda_get_input_pin_attr(def_conf); in check_output_pfx()
658 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); in fill_audio_out_name() local
659 int attr = snd_hda_get_input_pin_attr(def_conf); in fill_audio_out_name()
713 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); in snd_hda_get_pin_label() local
720 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE) in snd_hda_get_pin_label()
723 switch (get_defcfg_device(def_conf)) { in snd_hda_get_pin_label()
735 hdmi = is_hdmi_cfg(def_conf); in snd_hda_get_pin_label()