Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/hda/
H A Dhda_local.h393 unsigned int snd_hda_correct_pin_ctl(struct hda_codec *codec,
H A Dhda_codec.c3932 unsigned int snd_hda_correct_pin_ctl(struct hda_codec *codec, in snd_hda_correct_pin_ctl() function
3980 EXPORT_SYMBOL_GPL(snd_hda_correct_pin_ctl);
3998 val = snd_hda_correct_pin_ctl(codec, pin, val); in _snd_hda_set_pin_ctl()
H A Dhda_generic.c221 val = snd_hda_correct_pin_ctl(codec, pin, val); in set_pin_target()