Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/hda/
H A Dhda_beep.c143 int snd_hda_enable_beep_device(struct hda_codec *codec, int enable) in snd_hda_enable_beep_device() function
159 EXPORT_SYMBOL_GPL(snd_hda_enable_beep_device);
337 snd_hda_enable_beep_device(codec, enable); in snd_hda_mixer_amp_switch_put_beep()
H A Dhda_beep.h35 int snd_hda_enable_beep_device(struct hda_codec *codec, int enable);
H A Dpatch_sigmatel.c885 return snd_hda_enable_beep_device(codec, ucontrol->value.integer.value[0]); in stac_dig_beep_switch_put()