get_wcaps 432 sound/hda/hdac_device.c unsigned int wcaps = get_wcaps(codec, nid); get_wcaps 786 sound/hda/hdac_device.c (get_wcaps(codec, nid) & AC_WCAP_FORMAT_OVRD)) get_wcaps 824 sound/hda/hdac_device.c wcaps = get_wcaps(codec, nid); get_wcaps 164 sound/hda/hdac_sysfs.c return sprintf(buf, "0x%08x\n", get_wcaps(codec, nid)); get_wcaps 170 sound/hda/hdac_sysfs.c if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN) get_wcaps 181 sound/hda/hdac_sysfs.c if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN) get_wcaps 192 sound/hda/hdac_sysfs.c switch (get_wcaps_type(get_wcaps(codec, nid))) { get_wcaps 222 sound/hda/hdac_sysfs.c if (nid != codec->afg && !(get_wcaps(codec, nid) & AC_WCAP_IN_AMP)) get_wcaps 231 sound/hda/hdac_sysfs.c if (nid != codec->afg && !(get_wcaps(codec, nid) & AC_WCAP_OUT_AMP)) get_wcaps 240 sound/hda/hdac_sysfs.c if (nid != codec->afg && !(get_wcaps(codec, nid) & AC_WCAP_POWER)) get_wcaps 189 sound/pci/hda/hda_auto_parser.c unsigned int wid_caps = get_wcaps(codec, nid); get_wcaps 244 sound/pci/hda/hda_bind.c unsigned int wcaps = get_wcaps(codec, nid); get_wcaps 282 sound/pci/hda/hda_codec.c unsigned int type = get_wcaps_type(get_wcaps(codec, conn[i])); get_wcaps 302 sound/pci/hda/hda_codec.c unsigned int wcaps = get_wcaps(codec, nid); get_wcaps 438 sound/pci/hda/hda_codec.c unsigned int wcaps = get_wcaps(codec, nid); get_wcaps 1108 sound/pci/hda/hda_codec.c type = get_wcaps_type(get_wcaps(codec, nid)); get_wcaps 1112 sound/pci/hda/hda_codec.c get_wcaps_type(get_wcaps(c, p->nid)) == type) get_wcaps 1216 sound/pci/hda/hda_codec.c if (!(get_wcaps(codec, nid) & AC_WCAP_AMP_OVRD)) get_wcaps 1238 sound/pci/hda/hda_codec.c if (get_wcaps(codec, nid) & (1 << (dir + 1))) get_wcaps 1264 sound/pci/hda/hda_codec.c get_wcaps(codec, nid) | AC_WCAP_AMP_OVRD); get_wcaps 2361 sound/pci/hda/hda_codec.c if ((get_wcaps(codec, nid) & AC_WCAP_OUT_AMP) && get_wcaps 2734 sound/pci/hda/hda_codec.c unsigned int wcaps = get_wcaps(codec, nid); get_wcaps 2765 sound/pci/hda/hda_codec.c get_wcaps_type(get_wcaps(codec, nid)) == AC_WID_PIN && get_wcaps 2831 sound/pci/hda/hda_codec.c unsigned int wcaps = get_wcaps(codec, nid); get_wcaps 398 sound/pci/hda/hda_generic.c get_wcaps_type(get_wcaps(codec, conn[i])) != AC_WID_AUD_OUT || get_wcaps 410 sound/pci/hda/hda_generic.c type = get_wcaps_type(get_wcaps(codec, conn[i])); get_wcaps 423 sound/pci/hda/hda_generic.c if (nums > 1 && get_wcaps_type(get_wcaps(codec, to_nid)) != AC_WID_AUD_MIX) get_wcaps 532 sound/pci/hda/hda_generic.c cap_digital = !!(get_wcaps(codec, nid) & AC_WCAP_DIGITAL); get_wcaps 552 sound/pci/hda/hda_generic.c if (!(get_wcaps(codec, nid1) & (1 << (dir + 1)))) get_wcaps 553 sound/pci/hda/hda_generic.c return !(get_wcaps(codec, nid2) & (1 << (dir + 1))); get_wcaps 599 sound/pci/hda/hda_generic.c unsigned int caps = get_wcaps(codec, nid); get_wcaps 613 sound/pci/hda/hda_generic.c unsigned int caps = get_wcaps(codec, nid); get_wcaps 628 sound/pci/hda/hda_generic.c int type = get_wcaps_type(get_wcaps(codec, nid)); get_wcaps 683 sound/pci/hda/hda_generic.c unsigned int wcaps = get_wcaps(codec, nid); get_wcaps 694 sound/pci/hda/hda_generic.c return !!(get_wcaps(codec, conn) & AC_WCAP_STEREO); get_wcaps 788 sound/pci/hda/hda_generic.c type = get_wcaps_type(get_wcaps(codec, nid)); get_wcaps 826 sound/pci/hda/hda_generic.c if (!(get_wcaps(codec, nid) & AC_WCAP_POWER)) get_wcaps 1028 sound/pci/hda/hda_generic.c if (nid && (get_wcaps(codec, nid) & AC_WCAP_STEREO)) get_wcaps 1293 sound/pci/hda/hda_generic.c unsigned int wid_type = get_wcaps_type(get_wcaps(codec, nid)); get_wcaps 1952 sound/pci/hda/hda_generic.c if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_AUD_OUT) get_wcaps 3142 sound/pci/hda/hda_generic.c unsigned int caps = get_wcaps(codec, nid); get_wcaps 4096 sound/pci/hda/hda_generic.c unsigned int wcaps = get_wcaps(codec, dig_nid); get_wcaps 4951 sound/pci/hda/hda_generic.c if (get_wcaps_type(get_wcaps(codec, nid)) >= AC_WID_POWER) get_wcaps 38 sound/pci/hda/hda_jack.c if (!(get_wcaps(codec, nid) & AC_WCAP_UNSOL_CAP) && get_wcaps 844 sound/pci/hda/patch_analog.c get_wcaps_type(get_wcaps(codec, 0x1d)) != AC_WID_AUD_MIX) get_wcaps 6695 sound/pci/hda/patch_ca0132.c if (get_wcaps(codec, pin) & AC_WCAP_OUT_AMP) get_wcaps 6700 sound/pci/hda/patch_ca0132.c if (dac && (get_wcaps(codec, dac) & AC_WCAP_OUT_AMP)) get_wcaps 6709 sound/pci/hda/patch_ca0132.c if (get_wcaps(codec, pin) & AC_WCAP_IN_AMP) get_wcaps 6714 sound/pci/hda/patch_ca0132.c if (adc && (get_wcaps(codec, adc) & AC_WCAP_IN_AMP)) { get_wcaps 785 sound/pci/hda/patch_cirrus.c get_wcaps(codec, 0x18) | AC_WCAP_STEREO); get_wcaps 1050 sound/pci/hda/patch_cirrus.c if (get_wcaps(codec, nid) & AC_WCAP_UNSOL_CAP) { get_wcaps 80 sound/pci/hda/patch_conexant.c if (get_wcaps_type(get_wcaps(codec, nid)) == AC_WID_BEEP) get_wcaps 99 sound/pci/hda/patch_conexant.c if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN) get_wcaps 461 sound/pci/hda/patch_hdmi.c if (get_wcaps(codec, pin_nid) & AC_WCAP_OUT_AMP) get_wcaps 727 sound/pci/hda/patch_hdmi.c if (get_wcaps(codec, pin_nid) & AC_WCAP_OUT_AMP) get_wcaps 1249 sound/pci/hda/patch_hdmi.c if (get_wcaps(codec, per_cvt->cvt_nid) & AC_WCAP_STRIPE) get_wcaps 1305 sound/pci/hda/patch_hdmi.c if (!(get_wcaps(codec, pin_nid) & AC_WCAP_CONN_LIST)) { get_wcaps 1308 sound/pci/hda/patch_hdmi.c pin_nid, get_wcaps(codec, pin_nid)); get_wcaps 1789 sound/pci/hda/patch_hdmi.c chans = get_wcaps(codec, cvt_nid); get_wcaps 1833 sound/pci/hda/patch_hdmi.c caps = get_wcaps(codec, nid); get_wcaps 1934 sound/pci/hda/patch_hdmi.c if (get_wcaps(codec, cvt_nid) & AC_WCAP_STRIPE) { get_wcaps 2522 sound/pci/hda/patch_hdmi.c if (get_wcaps_type(get_wcaps(codec, pin_nid)) != AC_WID_PIN) get_wcaps 2939 sound/pci/hda/patch_hdmi.c chans = get_wcaps(codec, per_cvt->cvt_nid); get_wcaps 2993 sound/pci/hda/patch_hdmi.c if (get_wcaps(codec, pin) & AC_WCAP_OUT_AMP) get_wcaps 466 sound/pci/hda/patch_realtek.c if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN) get_wcaps 5570 sound/pci/hda/patch_realtek.c snd_hda_override_wcaps(codec, 0x1b, get_wcaps(codec, 0x1b) & ~AC_WCAP_IN_AMP); get_wcaps 4780 sound/pci/hda/patch_sigmatel.c if (get_wcaps_type(get_wcaps(codec, 0x28)) == AC_WID_VOL_KNB) get_wcaps 4783 sound/pci/hda/patch_sigmatel.c if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP) { get_wcaps 282 sound/pci/hda/patch_via.c if (get_wcaps_type(get_wcaps(codec, nid)) == AC_WID_BEEP) get_wcaps 708 sound/pci/hda/patch_via.c get_wcaps(codec, pin) | AC_WCAP_IN_AMP); get_wcaps 824 sound/pci/hda/patch_via.c if (get_wcaps_type(get_wcaps(codec, conn[i])) == AC_WID_AUD_OUT) get_wcaps 830 sound/pci/hda/patch_via.c unsigned int caps = get_wcaps(codec, nid); get_wcaps 229 sound/soc/codecs/hdac_hdmi.c caps = get_wcaps(hdev, nid); get_wcaps 494 sound/soc/codecs/hdac_hdmi.c if (!(get_wcaps(hdev, pin->nid) & AC_WCAP_CONN_LIST)) { get_wcaps 497 sound/soc/codecs/hdac_hdmi.c pin->nid, get_wcaps(hdev, pin->nid)); get_wcaps 662 sound/soc/codecs/hdac_hdmi.c chans = get_wcaps(hdev, cvt->nid); get_wcaps 744 sound/soc/codecs/hdac_hdmi.c if (get_wcaps(hdev, nid) & AC_WCAP_POWER) { get_wcaps 762 sound/soc/codecs/hdac_hdmi.c if (get_wcaps(hdev, nid) & AC_WCAP_OUT_AMP) get_wcaps 1524 sound/soc/codecs/hdac_hdmi.c caps = get_wcaps(hdev, nid);