Symbol: snd_hdac_get_wcaps
sound/hda/core/device.c
436
unsigned int wcaps = snd_hdac_get_wcaps(codec, nid);
sound/hda/core/device.c
854
(snd_hdac_get_wcaps(codec, nid) & AC_WCAP_FORMAT_OVRD))
sound/hda/core/device.c
894
wcaps = snd_hdac_get_wcaps(codec, nid);
sound/hda/core/sysfs.c
164
return sysfs_emit(buf, "0x%08x\n", snd_hdac_get_wcaps(codec, nid));
sound/hda/core/sysfs.c
170
if (snd_hdac_get_wcaps_type(snd_hdac_get_wcaps(codec, nid)) != AC_WID_PIN)
sound/hda/core/sysfs.c
181
if (snd_hdac_get_wcaps_type(snd_hdac_get_wcaps(codec, nid)) != AC_WID_PIN)
sound/hda/core/sysfs.c
192
switch (snd_hdac_get_wcaps_type(snd_hdac_get_wcaps(codec, nid))) {
sound/hda/core/sysfs.c
222
if (nid != codec->afg && !(snd_hdac_get_wcaps(codec, nid) & AC_WCAP_IN_AMP))
sound/hda/core/sysfs.c
231
if (nid != codec->afg && !(snd_hdac_get_wcaps(codec, nid) & AC_WCAP_OUT_AMP))
sound/hda/core/sysfs.c
240
if (nid != codec->afg && !(snd_hdac_get_wcaps(codec, nid) & AC_WCAP_POWER))
sound/soc/codecs/hdac_hdmi.c
1541
caps = snd_hdac_get_wcaps(hdev, nid);
sound/soc/codecs/hdac_hdmi.c
222
caps = snd_hdac_get_wcaps(hdev, nid);
sound/soc/codecs/hdac_hdmi.c
493
if (!(snd_hdac_get_wcaps(hdev, pin->nid) & AC_WCAP_CONN_LIST)) {
sound/soc/codecs/hdac_hdmi.c
496
pin->nid, snd_hdac_get_wcaps(hdev, pin->nid));
sound/soc/codecs/hdac_hdmi.c
661
chans = snd_hdac_get_wcaps(hdev, cvt->nid);
sound/soc/codecs/hdac_hdmi.c
744
if (snd_hdac_get_wcaps(hdev, nid) & AC_WCAP_POWER) {
sound/soc/codecs/hdac_hdmi.c
762
if (snd_hdac_get_wcaps(hdev, nid) & AC_WCAP_OUT_AMP)