Home
last modified time | relevance | path

Searched refs:AC_PINCAP_EAPD (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/sound/
Dhda_verbs.h268 #define AC_PINCAP_EAPD (1<<16) /* EAPD capable */ macro
/linux-4.1.27/sound/pci/hda/
Dpatch_conexant.c127 if (!(snd_hda_query_pin_caps(codec, nid) & AC_PINCAP_EAPD)) in cx_auto_parse_eapd()
149 if (snd_hda_query_pin_caps(codec, pins[i]) & AC_PINCAP_EAPD) in cx_auto_turn_eapd()
Dpatch_analog.c91 if (snd_hda_query_pin_caps(codec, front) & AC_PINCAP_EAPD) in ad198x_power_eapd_write()
94 if (snd_hda_query_pin_caps(codec, hp) & AC_PINCAP_EAPD) in ad198x_power_eapd_write()
Dhda_proc.c287 if (caps & AC_PINCAP_EAPD) in print_pin_caps()
328 if (caps & AC_PINCAP_EAPD) { in print_pin_caps()
Dhda_codec.c3055 (snd_hda_query_pin_caps(codec, nid) & AC_PINCAP_EAPD)) { in snd_hda_codec_eapd_power_filter()
Dpatch_realtek.c390 if (snd_hda_query_pin_caps(codec, nid) & AC_PINCAP_EAPD) in set_eapd()
Dhda_generic.c937 !(snd_hda_query_pin_caps(codec, pin) & AC_PINCAP_EAPD)) in set_pin_eapd()