Lines Matching refs:def_conf

128 	unsigned int def_conf;  in can_be_headset_mic()  local
135 def_conf = snd_hda_codec_get_pincfg(codec, item->pin); in can_be_headset_mic()
136 attr = snd_hda_get_input_pin_attr(def_conf); in can_be_headset_mic()
141 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()
247 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
248 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg()
260 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
261 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg()
446 int snd_hda_get_input_pin_attr(unsigned int def_conf) in snd_hda_get_input_pin_attr() argument
448 unsigned int loc = get_defcfg_location(def_conf); in snd_hda_get_input_pin_attr()
449 unsigned int conn = get_defcfg_connect(def_conf); in snd_hda_get_input_pin_attr()
482 unsigned int def_conf; in hda_get_input_pin_label() local
488 def_conf = snd_hda_codec_get_pincfg(codec, pin); in hda_get_input_pin_label()
490 switch (get_defcfg_device(def_conf)) { in hda_get_input_pin_label()
498 attr = snd_hda_get_input_pin_attr(def_conf); in hda_get_input_pin_label()
505 attr = snd_hda_get_input_pin_attr(def_conf); in hda_get_input_pin_label()
620 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); in check_output_pfx() local
621 int attr = snd_hda_get_input_pin_attr(def_conf); in check_output_pfx()
655 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); in fill_audio_out_name() local
656 int attr = snd_hda_get_input_pin_attr(def_conf); in fill_audio_out_name()
710 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); in snd_hda_get_pin_label() local
717 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE) in snd_hda_get_pin_label()
720 switch (get_defcfg_device(def_conf)) { in snd_hda_get_pin_label()
732 hdmi = is_hdmi_cfg(def_conf); in snd_hda_get_pin_label()