Searched refs:get_wcaps (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_atihdmi.c65 if (get_wcaps(codec, PIN_NID) & AC_WCAP_OUT_AMP)
140 chans = get_wcaps(codec, CVT_NID);
H A Dpatch_ca0110.c181 if (get_wcaps(codec, spec->out_pins[i]) & AC_WCAP_OUT_AMP)
214 if (get_wcaps(codec, cfg->hp_pins[0]) & AC_WCAP_OUT_AMP)
230 if (get_wcaps(codec, spec->input_pins[i]) & AC_WCAP_IN_AMP)
344 if (get_wcaps(codec, pin) & AC_WCAP_OUT_AMP)
359 if (get_wcaps(codec, pin) & AC_WCAP_IN_AMP)
461 unsigned int wcaps = get_wcaps(codec, nid);
H A Dpatch_intelhdmi.c93 chans = get_wcaps(codec, spec->cvt[i]);
H A Dpatch_sigmatel.c1105 int wcaps = get_wcaps(codec, spec->multiout.dig_out_nid);
2917 while (conn_len == 1 && (get_wcaps_type(get_wcaps(codec, conn[0]))
2924 wcaps = get_wcaps(codec, conn[j]);
3132 wid_caps = get_wcaps(codec, pins[i]);
3148 wid_caps = get_wcaps(codec, nid);
3360 wcaps = get_wcaps(codec, nid);
3446 if (!(get_wcaps(codec, nid) & caps))
3477 if (get_wcaps_type(get_wcaps(codec, spec->dmic_nids[i]))
3491 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
3611 if (!(get_wcaps(code
[all...]
H A Dpatch_hdmi.c300 if (get_wcaps(codec, pin_nid) & AC_WCAP_OUT_AMP)
801 if (!(get_wcaps(codec, pin_nid) & AC_WCAP_CONN_LIST)) {
805 pin_nid, get_wcaps(codec, pin_nid));
H A Dhda_codec.c333 wcaps = get_wcaps(codec, nid);
783 unsigned int wcaps = get_wcaps(codec, nid);
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)
1432 if (!(get_wcaps(codec, nid) & AC_WCAP_AMP_OVRD))
2615 if ((get_wcaps(codec, nid) & AC_WCAP_OUT_AMP) &&
2996 unsigned int wcaps = get_wcaps(codec, nid);
3243 (get_wcaps(codec, nid) & AC_WCAP_FORMAT_OVRD))
3292 wcaps = get_wcaps(code
[all...]
H A Dhda_local.h440 static inline u32 get_wcaps(struct hda_codec *codec, hda_nid_t nid) function
H A Dpatch_nvhdmi.c391 chans = get_wcaps(codec, spec->cvt[i]);
H A Dpatch_cirrus.c351 type = (get_wcaps(codec, nid) & AC_WCAP_TYPE)
900 if (get_wcaps(codec, nid) & AC_WCAP_UNSOL_CAP) {
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)
1281 if (!(get_wcaps(codec, ext) & AC_WCAP_UNSOL_CAP))
1585 unsigned int wcaps = get_wcaps(codec, dig_nid);
5039 (get_wcaps(codec, nid) & AC_WCAP_OUT_AMP))
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)
5408 unsigned int wcap = get_wcaps(codec, alc880_adc_nids[0]);
6628 (get_wcaps(code
[all...]
H A Dhda_generic.c124 node->wid_caps = get_wcaps(codec, nid);
H A Dhda_hwdep.c65 res = get_wcaps(codec, verb >> 24);
H A Dpatch_via.c2626 type = get_wcaps_type(get_wcaps(codec, nid));

Completed in 339 milliseconds