Lines Matching refs:def_conf

130 	unsigned int def_conf;  in can_be_headset_mic()  local
137 def_conf = snd_hda_codec_get_pincfg(codec, item->pin); in can_be_headset_mic()
138 attr = snd_hda_get_input_pin_attr(def_conf); in can_be_headset_mic()
143 int seq = get_defcfg_sequence(def_conf); in can_be_headset_mic()
193 unsigned int def_conf; in snd_hda_parse_pin_defcfg() local
203 def_conf = snd_hda_codec_get_pincfg(codec, nid); in snd_hda_parse_pin_defcfg()
204 conn = get_defcfg_connect(def_conf); in snd_hda_parse_pin_defcfg()
207 loc = get_defcfg_location(def_conf); in snd_hda_parse_pin_defcfg()
208 dev = get_defcfg_device(def_conf); in snd_hda_parse_pin_defcfg()
222 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
223 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg()
249 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
250 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg()
262 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
263 assoc = get_defcfg_association(def_conf); in snd_hda_parse_pin_defcfg()
448 int snd_hda_get_input_pin_attr(unsigned int def_conf) in snd_hda_get_input_pin_attr() argument
450 unsigned int loc = get_defcfg_location(def_conf); in snd_hda_get_input_pin_attr()
451 unsigned int conn = get_defcfg_connect(def_conf); in snd_hda_get_input_pin_attr()
484 unsigned int def_conf; in hda_get_input_pin_label() local
490 def_conf = snd_hda_codec_get_pincfg(codec, pin); in hda_get_input_pin_label()
492 switch (get_defcfg_device(def_conf)) { in hda_get_input_pin_label()
500 attr = snd_hda_get_input_pin_attr(def_conf); in hda_get_input_pin_label()
507 attr = snd_hda_get_input_pin_attr(def_conf); in hda_get_input_pin_label()
622 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); in check_output_pfx() local
623 int attr = snd_hda_get_input_pin_attr(def_conf); in check_output_pfx()
657 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); in fill_audio_out_name() local
658 int attr = snd_hda_get_input_pin_attr(def_conf); in fill_audio_out_name()
712 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); in snd_hda_get_pin_label() local
719 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE) in snd_hda_get_pin_label()
722 switch (get_defcfg_device(def_conf)) { in snd_hda_get_pin_label()
734 hdmi = is_hdmi_cfg(def_conf); in snd_hda_get_pin_label()