Home
last modified time | relevance | path

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

/Linux-v6.6/sound/core/
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);
/Linux-v6.6/include/sound/
Dcontrol.h265 int snd_ctl_add_followers(struct snd_card *card, struct snd_kcontrol *master,
/Linux-v6.6/sound/pci/ca0106/
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()
/Linux-v6.6/sound/pci/ice1712/
Djuli.c436 err = snd_ctl_add_followers(ice->card, vmaster, follower_vols); in juli_add_controls()
Dquartet.c792 err = snd_ctl_add_followers(ice->card, vmaster, follower_vols); in qtet_add_controls()
/Linux-v6.6/sound/pci/ac97/
Dac97_patch.c3452 return snd_ctl_add_followers(ac97->bus->card, kctl, followers); in snd_ac97_add_vmaster()