Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/hda/
Dpatch_cmedia.c91 if (get_defcfg_device(snd_hda_codec_get_pincfg(codec, 0x10)) == in patch_cmi8888()
Dhda_auto_parser.c208 dev = get_defcfg_device(def_conf); in snd_hda_parse_pin_defcfg()
492 switch (get_defcfg_device(def_conf)) { in hda_get_input_pin_label()
722 switch (get_defcfg_device(def_conf)) { in snd_hda_get_pin_label()
Dhda_jack.c505 switch (get_defcfg_device(def_conf)) { in get_input_jack_type()
Dhda_local.h370 #define get_defcfg_device(cfg) \ macro
Dpatch_sigmatel.c3130 (get_defcfg_device(pin_cfg) == AC_JACK_LINE_OUT || in is_hp_output()
3131 get_defcfg_device(pin_cfg) == AC_JACK_HP_OUT); in is_hp_output()
Dpatch_realtek.c2045 if (get_defcfg_device(val) != AC_JACK_HP_OUT) in alc889_fixup_mbp_vref()