Home
last modified time | relevance | path

Searched refs:get_defcfg_device (Results 1 – 6 of 6) sorted by relevance

/linux/sound/hda/codecs/
H A Dcmedia.c57 if (get_defcfg_device(snd_hda_codec_get_pincfg(codec, 0x10)) == in cmedia_probe()
H A Dsigmatel.c3138 (get_defcfg_device(pin_cfg) == AC_JACK_LINE_OUT || in is_hp_output()
3139 get_defcfg_device(pin_cfg) == AC_JACK_HP_OUT); in is_hp_output()
/linux/sound/hda/common/
H A Dauto_parser.c212 dev = get_defcfg_device(def_conf); in snd_hda_parse_pin_defcfg()
498 switch (get_defcfg_device(def_conf)) { in hda_get_input_pin_label()
728 switch (get_defcfg_device(def_conf)) { in snd_hda_get_pin_label()
H A Djack.c505 switch (get_defcfg_device(def_conf)) { in get_input_jack_type()
H A Dhda_local.h398 #define get_defcfg_device(cfg) \ macro
/linux/sound/hda/codecs/realtek/
H A Dalc882.c121 if (get_defcfg_device(val) != AC_JACK_HP_OUT) in alc889_fixup_mbp_vref()