AC_WCAP_OUT_AMP
if (get_wcaps(codec, pin) & AC_WCAP_OUT_AMP)
if (dac && (get_wcaps(codec, dac) & AC_WCAP_OUT_AMP))
if (!(caps & AC_WCAP_OUT_AMP))
if (get_wcaps(codec, pin_nid) & AC_WCAP_OUT_AMP)
if (get_wcaps(codec, pin_nid) & AC_WCAP_OUT_AMP)
if (get_wcaps(codec, pin) & AC_WCAP_OUT_AMP)
(get_wcaps(codec, nid) & (AC_WCAP_OUT_AMP | AC_WCAP_AMP_OVRD)))
if ((get_wcaps(codec, nid) & AC_WCAP_OUT_AMP) &&
if (wid_caps & AC_WCAP_OUT_AMP)
if (wid_caps & AC_WCAP_OUT_AMP) {
if (nid != codec->afg && !(snd_hdac_get_wcaps(codec, nid) & AC_WCAP_OUT_AMP))
if (snd_hdac_get_wcaps(hdev, nid) & AC_WCAP_OUT_AMP)