Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/
H A Dvmaster.c292 int snd_ctl_add_followers(struct snd_card *card, struct snd_kcontrol *master, in snd_ctl_add_followers() function
309 EXPORT_SYMBOL_GPL(snd_ctl_add_followers);
/openbmc/linux/include/sound/
H A Dcontrol.h265 int snd_ctl_add_followers(struct snd_card *card, struct snd_kcontrol *master,
/openbmc/linux/sound/pci/ca0106/
H A Dca0106_mixer.c835 err = snd_ctl_add_followers(card, vmaster, follower_vols); in snd_ca0106_mixer()
847 err = snd_ctl_add_followers(card, vmaster, follower_sws); in snd_ca0106_mixer()
/openbmc/linux/sound/pci/ice1712/
H A Djuli.c436 err = snd_ctl_add_followers(ice->card, vmaster, follower_vols); in juli_add_controls()
H A Dquartet.c792 err = snd_ctl_add_followers(ice->card, vmaster, follower_vols); in qtet_add_controls()
/openbmc/linux/sound/pci/ac97/
H A Dac97_patch.c3452 return snd_ctl_add_followers(ac97->bus->card, kctl, followers); in snd_ac97_add_vmaster()