Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dpatch_cmedia.c91 if (get_defcfg_device(snd_hda_codec_get_pincfg(codec, 0x10)) == in patch_cmi8888()
H A Dhda_auto_parser.c212 dev = get_defcfg_device(def_conf); in snd_hda_parse_pin_defcfg()
496 switch (get_defcfg_device(def_conf)) { in hda_get_input_pin_label()
726 switch (get_defcfg_device(def_conf)) { in snd_hda_get_pin_label()
H A Dhda_jack.c431 switch (get_defcfg_device(def_conf)) { in get_input_jack_type()
H A Dhda_local.h379 #define get_defcfg_device(cfg) \ macro
H A 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()
H A Dpatch_realtek.c2053 if (get_defcfg_device(val) != AC_JACK_HP_OUT) in alc889_fixup_mbp_vref()