Searched refs:_snd_hda_set_pin_ctl (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/pci/hda/
H A Dhda_local.h395 int _snd_hda_set_pin_ctl(struct hda_codec *codec, hda_nid_t pin,
399 * _snd_hda_set_pin_ctl - Set a pin-control value safely
416 return _snd_hda_set_pin_ctl(codec, pin, val, false);
431 return _snd_hda_set_pin_ctl(codec, pin, val, true);
H A Dhda_codec.c3985 * _snd_hda_set_pin_ctl - Helper to set pin ctl value
3997 int _snd_hda_set_pin_ctl(struct hda_codec *codec, hda_nid_t pin, function
4009 EXPORT_SYMBOL_GPL(_snd_hda_set_pin_ctl); variable

Completed in 100 milliseconds