Symbol: snd_hda_codec_get_pin_target
sound/hda/codecs/conexant.c
466
snd_hda_codec_get_pin_target(codec, 0x1a) : 0);
sound/hda/codecs/conexant.c
468
snd_hda_codec_get_pin_target(codec, 0x1b) : 0);
sound/hda/codecs/generic.c
212
update_pin_ctl(codec, pin, snd_hda_codec_get_pin_target(codec, pin));
sound/hda/codecs/generic.c
2567
val = snd_hda_codec_get_pin_target(codec, pin);
sound/hda/codecs/generic.c
2670
if (snd_hda_codec_get_pin_target(codec, nid) == PIN_HP)
sound/hda/codecs/generic.c
2685
if (snd_hda_codec_get_pin_target(codec, nid) == val)
sound/hda/codecs/generic.c
2835
idx = snd_hda_codec_get_pin_target(codec, nid) & AC_PINCTL_VREFEN;
sound/hda/codecs/generic.c
2848
val = snd_hda_codec_get_pin_target(codec, nid);
sound/hda/codecs/generic.c
2943
unsigned int val = snd_hda_codec_get_pin_target(codec, nid);
sound/hda/codecs/generic.c
2993
val = snd_hda_codec_get_pin_target(codec, nid);
sound/hda/codecs/generic.c
3348
!snd_hda_codec_get_pin_target(codec, pin))
sound/hda/codecs/generic.c
4368
if (snd_hda_codec_get_pin_target(codec, nid) & AC_PINCTL_IN_EN)
sound/hda/codecs/generic.c
4389
oldval = snd_hda_codec_get_pin_target(codec, nid);
sound/hda/codecs/generic.c
4569
if (snd_hda_codec_get_pin_target(codec, pin) & AC_PINCTL_OUT_EN)
sound/hda/codecs/generic.c
5908
snd_hda_codec_get_pin_target(codec, pin);
sound/hda/codecs/realtek/alc269.c
1259
pinval = snd_hda_codec_get_pin_target(codec, pin);
sound/hda/codecs/realtek/alc269.c
1292
snd_hda_codec_get_pin_target(codec, nid));
sound/hda/codecs/realtek/alc861.c
35
val = snd_hda_codec_get_pin_target(codec, 0x0f);
sound/hda/codecs/realtek/alc882.c
123
val = snd_hda_codec_get_pin_target(codec, nids[i]);
sound/hda/codecs/realtek/alc882.c
139
val = snd_hda_codec_get_pin_target(codec, nids[i]);
sound/hda/common/codec.c
589
EXPORT_SYMBOL_GPL(snd_hda_codec_get_pin_target);
sound/hda/common/hda_local.h
463
int snd_hda_codec_get_pin_target(struct hda_codec *codec, hda_nid_t nid);