Symbol: get_wcaps_type
sound/hda/codecs/analog.c
809
get_wcaps_type(get_wcaps(codec, 0x1d)) != AC_WID_AUD_MIX)
sound/hda/codecs/conexant.c
80
if (get_wcaps_type(get_wcaps(codec, nid)) == AC_WID_BEEP)
sound/hda/codecs/conexant.c
99
if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
sound/hda/codecs/generic.c
1310
unsigned int wid_type = get_wcaps_type(get_wcaps(codec, nid));
sound/hda/codecs/generic.c
1973
if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_AUD_OUT)
sound/hda/codecs/generic.c
3157
int type = get_wcaps_type(caps);
sound/hda/codecs/generic.c
404
get_wcaps_type(get_wcaps(codec, conn[i])) != AC_WID_AUD_OUT ||
sound/hda/codecs/generic.c
4051
if (get_wcaps_type(wcaps) != AC_WID_AUD_IN)
sound/hda/codecs/generic.c
416
type = get_wcaps_type(get_wcaps(codec, conn[i]));
sound/hda/codecs/generic.c
429
if (nums > 1 && get_wcaps_type(get_wcaps(codec, to_nid)) != AC_WID_AUD_MIX)
sound/hda/codecs/generic.c
4905
if (get_wcaps_type(get_wcaps(codec, nid)) >= AC_WID_POWER)
sound/hda/codecs/generic.c
606
unsigned int type = get_wcaps_type(caps);
sound/hda/codecs/generic.c
620
unsigned int type = get_wcaps_type(caps);
sound/hda/codecs/generic.c
634
int type = get_wcaps_type(get_wcaps(codec, nid));
sound/hda/codecs/generic.c
694
if (dir != HDA_INPUT || get_wcaps_type(wcaps) != AC_WID_AUD_MIX)
sound/hda/codecs/generic.c
794
type = get_wcaps_type(get_wcaps(codec, nid));
sound/hda/codecs/hdmi/hdmi.c
1600
if (get_wcaps_type(caps) == AC_WID_AUD_OUT)
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
70
if ((get_wcaps_type(get_wcaps(codec, nid)) == AC_WID_BEEP) &&
sound/hda/codecs/senarytech.c
86
if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
sound/hda/codecs/sigmatel.c
4740
if (get_wcaps_type(get_wcaps(codec, 0x28)) == AC_WID_VOL_KNB)
sound/hda/codecs/via.c
283
if (get_wcaps_type(get_wcaps(codec, nid)) == AC_WID_BEEP)
sound/hda/codecs/via.c
739
if (get_wcaps_type(get_wcaps(codec, conn[i])) == AC_WID_AUD_OUT)
sound/hda/codecs/via.c
746
if (get_wcaps_type(caps) == AC_WID_AUD_OUT &&
sound/hda/common/auto_parser.c
196
unsigned int wid_type = get_wcaps_type(wid_caps);
sound/hda/common/bind.c
264
switch (get_wcaps_type(wcaps)) {
sound/hda/common/codec.c
1150
type = get_wcaps_type(get_wcaps(codec, nid));
sound/hda/common/codec.c
1154
get_wcaps_type(get_wcaps(c, p->nid)) == type)
sound/hda/common/codec.c
2729
get_wcaps_type(get_wcaps(codec, nid)) == AC_WID_PIN &&
sound/hda/common/codec.c
291
unsigned int type = get_wcaps_type(get_wcaps(codec, conn[i]));
sound/hda/common/codec.c
315
get_wcaps_type(wcaps) != AC_WID_PIN)
sound/hda/common/codec.c
446
unsigned int wid_type = get_wcaps_type(wcaps);
sound/hda/common/proc.c
123
get_wcaps_type(wcaps) != AC_WID_AUD_MIX)
sound/hda/common/proc.c
807
unsigned int wid_type = get_wcaps_type(wid_caps);