Searched refs:wid_caps (Results 1 - 4 of 4) 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_proc.c596 unsigned int wid_caps = local
599 unsigned int wid_type = get_wcaps_type(wid_caps);
604 get_wid_type_name(wid_type), wid_caps);
605 if (wid_caps & AC_WCAP_STEREO) {
606 unsigned int chans = get_wcaps_channels(wid_caps);
613 if (wid_caps & AC_WCAP_DIGITAL)
615 if (wid_caps & AC_WCAP_IN_AMP)
617 if (wid_caps & AC_WCAP_OUT_AMP)
619 if (wid_caps & AC_WCAP_STRIPE)
621 if (wid_caps
[all...]
H A Dhda_generic.c35 unsigned int wid_caps; /* widget capabilities */ member in struct:hda_gnode
124 node->wid_caps = get_wcaps(codec, nid);
125 node->type = get_wcaps_type(node->wid_caps);
126 if (node->wid_caps & AC_WCAP_CONN_LIST) {
156 if (node->wid_caps & AC_WCAP_OUT_AMP) {
157 if (node->wid_caps & AC_WCAP_AMP_OVRD)
162 if (node->wid_caps & AC_WCAP_IN_AMP) {
163 if (node->wid_caps & AC_WCAP_AMP_OVRD)
286 if (node->wid_caps & AC_WCAP_DIGITAL) {
296 if ((node->wid_caps
[all...]
H A Dpatch_sigmatel.c3128 unsigned int wid_caps; local
3132 wid_caps = get_wcaps(codec, pins[i]);
3133 if (wid_caps & AC_WCAP_UNSOL_CAP)
3148 wid_caps = get_wcaps(codec, nid);
3150 if (wid_caps & AC_WCAP_LR_SWAP) {
3927 unsigned int wid_caps; local
3932 wid_caps = get_wcaps(codec, pin);
3933 if (wid_caps & AC_WCAP_UNSOL_CAP)
H A Dhda_codec.c4413 unsigned int wid_caps = get_wcaps(codec, nid); local
4414 unsigned int wid_type = get_wcaps_type(wid_caps);
4434 if (!(wid_caps & AC_WCAP_STEREO))

Completed in 176 milliseconds