Home
last modified time | relevance | path

Searched refs:snd_hda_correct_pin_ctl (Results 1 – 3 of 3) sorted by relevance

/linux/sound/hda/common/
H A Dhda_local.h422 unsigned int snd_hda_correct_pin_ctl(struct hda_codec *codec,
H A Dcodec.c3914 * snd_hda_correct_pin_ctl - correct the pin ctl value for matching with the pin cap in snd_hda_correct_pin_ctl()
3919 unsigned int snd_hda_correct_pin_ctl(struct hda_codec *codec, in snd_hda_correct_pin_ctl()
3967 EXPORT_SYMBOL_GPL(snd_hda_correct_pin_ctl);
3977 * It corrects the pin ctl value via snd_hda_correct_pin_ctl(), stores the
3985 val = snd_hda_correct_pin_ctl(codec, pin, val); in snd_hda_add_imux_item()
3890 unsigned int snd_hda_correct_pin_ctl(struct hda_codec *codec, snd_hda_correct_pin_ctl() function
/linux/sound/hda/codecs/
H A Dgeneric.c221 val = snd_hda_correct_pin_ctl(codec, pin, val); in set_pin_target()