Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/ppc/
Dbeep.c209 struct snd_kcontrol *beep_ctl; in snd_pmac_attach_beep() local
241 beep_ctl = snd_ctl_new1(&snd_pmac_beep_mixer, chip); in snd_pmac_attach_beep()
242 err = snd_ctl_add(chip->card, beep_ctl); in snd_pmac_attach_beep()
254 fail2: snd_ctl_remove(chip->card, beep_ctl); in snd_pmac_attach_beep()