Searched refs:snd_hda_codec_get_pin_target (Results 1 - 5 of 5) sorted by relevance

/linux-master/sound/pci/hda/
H A Dhda_generic.c212 update_pin_ctl(codec, pin, snd_hda_codec_get_pin_target(codec, pin));
2576 val = snd_hda_codec_get_pin_target(codec, pin);
2679 if (snd_hda_codec_get_pin_target(codec, nid) == PIN_HP)
2694 if (snd_hda_codec_get_pin_target(codec, nid) == val)
2844 idx = snd_hda_codec_get_pin_target(codec, nid) & AC_PINCTL_VREFEN;
2857 val = snd_hda_codec_get_pin_target(codec, nid);
2952 unsigned int val = snd_hda_codec_get_pin_target(codec, nid);
3002 val = snd_hda_codec_get_pin_target(codec, nid);
3357 !snd_hda_codec_get_pin_target(codec, pin))
4379 if (snd_hda_codec_get_pin_target(code
[all...]
H A Dhda_local.h434 int snd_hda_codec_get_pin_target(struct hda_codec *codec, hda_nid_t nid);
H A Dpatch_conexant.c501 snd_hda_codec_get_pin_target(codec, 0x1a) : 0);
503 snd_hda_codec_get_pin_target(codec, 0x1b) : 0);
H A Dhda_codec.c562 * but can be referred at any time via snd_hda_codec_get_pin_target().
578 * snd_hda_codec_get_pin_target - return the current pinctl target value
582 int snd_hda_codec_get_pin_target(struct hda_codec *codec, hda_nid_t nid) function
591 EXPORT_SYMBOL_GPL(snd_hda_codec_get_pin_target); variable
H A Dpatch_realtek.c2053 val = snd_hda_codec_get_pin_target(codec, nids[i]);
2069 val = snd_hda_codec_get_pin_target(codec, nids[i]);
4303 pinval = snd_hda_codec_get_pin_target(codec, pin);
4337 snd_hda_codec_get_pin_target(codec, nid));
11514 val = snd_hda_codec_get_pin_target(codec, 0x0f);

Completed in 244 milliseconds