Searched refs:get_wcaps_type (Results 1 - 9 of 9) 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_codec.c335 get_wcaps_type(wcaps) != AC_WID_VOL_KNB) {
784 unsigned int wid_type = get_wcaps_type(wcaps);
836 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
1258 type = get_wcaps_type(get_wcaps(codec, nid));
1263 get_wcaps_type(get_wcaps(codec, p->nid)) == type)
2998 unsigned int wid_type = get_wcaps_type(wcaps);
4414 unsigned int wid_type = get_wcaps_type(wid_caps);
H A Dhda_local.h449 #define get_wcaps_type(wcaps) (((wcaps) & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT) macro
H A Dhda_proc.c599 unsigned int wid_type = get_wcaps_type(wid_caps);
H A Dpatch_ca0110.c462 unsigned int type = get_wcaps_type(wcaps);
H A Dpatch_sigmatel.c2917 while (conn_len == 1 && (get_wcaps_type(get_wcaps(codec, conn[0]))
2925 wtype = get_wcaps_type(wcaps);
3477 if (get_wcaps_type(get_wcaps(codec, spec->dmic_nids[i]))
3491 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
3766 int wid_type = get_wcaps_type(wcaps);
5409 (get_wcaps_type(get_wcaps(codec, conn[num_dacs]))
H A Dhda_generic.c125 node->type = get_wcaps_type(node->wid_caps);
H A Dpatch_hdmi.c892 type = get_wcaps_type(caps);
H A Dpatch_realtek.c476 type = get_wcaps_type(get_wcaps(codec, nid));
1078 type = get_wcaps_type(get_wcaps(codec, cap_nid));
1150 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
1586 if (get_wcaps_type(wcaps) != AC_WID_AUD_IN)
5169 if (get_wcaps_type(get_wcaps(codec, cap)) == AC_WID_AUD_MIX) {
5276 if (get_wcaps_type(get_wcaps(codec, adc)) != AC_WID_AUD_IN)
5410 wcap = get_wcaps_type(wcap);
6999 wcap = get_wcaps_type(wcap);
10612 if (get_wcaps_type(get_wcaps(codec, 0x07)) == AC_WID_AUD_IN)
10723 wcap = get_wcaps_type(wca
[all...]
H A Dpatch_via.c2626 type = get_wcaps_type(get_wcaps(codec, nid));

Completed in 233 milliseconds