Symbol: AC_WID_PIN
sound/hda/codecs/conexant.c
99
if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
sound/hda/codecs/generic.c
1311
if (wid_type == AC_WID_PIN || wid_type == AC_WID_AUD_OUT ||
sound/hda/codecs/generic.c
418
type == AC_WID_PIN)
sound/hda/codecs/generic.c
610
if (type == AC_WID_PIN && idx > 0) /* only for input pins */
sound/hda/codecs/generic.c
624
if (type == AC_WID_PIN && !idx) /* only for output pins */
sound/hda/codecs/generic.c
795
if (type == AC_WID_PIN ||
sound/hda/codecs/hdmi/hdmi.c
1613
if (get_wcaps_type(caps) == AC_WID_PIN)
sound/hda/codecs/hdmi/hdmi.c
2230
if (get_wcaps_type(get_wcaps(codec, pin_nid)) != AC_WID_PIN)
sound/hda/codecs/realtek/realtek.c
358
if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
sound/hda/codecs/senarytech.c
86
if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
sound/hda/common/auto_parser.c
201
if (wid_type != AC_WID_PIN)
sound/hda/common/codec.c
2729
get_wcaps_type(get_wcaps(codec, nid)) == AC_WID_PIN &&
sound/hda/common/codec.c
292
if (type == AC_WID_PIN || type == AC_WID_AUD_OUT)
sound/hda/common/codec.c
315
get_wcaps_type(wcaps) != AC_WID_PIN)
sound/hda/common/codec.c
447
if (wid_type != AC_WID_PIN)
sound/hda/common/proc.c
32
[AC_WID_PIN] = "Pin Complex",
sound/hda/common/proc.c
861
if (wid_type == AC_WID_PIN ||
sound/hda/common/proc.c
874
if (wid_type == AC_WID_PIN &&
sound/hda/common/proc.c
884
case AC_WID_PIN: {
sound/hda/common/proc.c
916
if (wid_type == AC_WID_PIN && codec->dp_mst)
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/soc/codecs/hdac_hdmi.c
1555
case AC_WID_PIN:
sound/soc/codecs/hdac_hdmi.c
225
if (!(caps & AC_WCAP_DIGITAL) || (type != AC_WID_PIN))