Searched refs:AC_WCAP_IN_AMP (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_generic.c162 if (node->wid_caps & AC_WCAP_IN_AMP) {
324 if ((node->wid_caps & AC_WCAP_IN_AMP) ||
719 if ((node->wid_caps & AC_WCAP_IN_AMP) &&
747 if ((node->wid_caps & AC_WCAP_IN_AMP) &&
865 if (! (adc_node->wid_caps & AC_WCAP_IN_AMP) ||
H A Dhda_proc.c615 if (wid_caps & AC_WCAP_IN_AMP)
641 if (wid_caps & AC_WCAP_IN_AMP) {
H A Dpatch_ca0110.c230 if (get_wcaps(codec, spec->input_pins[i]) & AC_WCAP_IN_AMP)
359 if (get_wcaps(codec, pin) & AC_WCAP_IN_AMP)
H A Dhda_codec.h179 #define AC_WCAP_IN_AMP (1<<1) /* AMP-in present */ macro
H A Dpatch_sigmatel.c3445 caps = AC_WCAP_IN_AMP;
3754 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
5645 if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP)
H A Dpatch_realtek.c10532 if (get_wcaps(codec, nid) & AC_WCAP_IN_AMP)
10552 if (nid && (get_wcaps(codec, nid) & AC_WCAP_IN_AMP)) {
10560 if (nid && (get_wcaps(codec, nid) & AC_WCAP_IN_AMP)) {

Completed in 288 milliseconds