Searched refs:snd_ctl_add_followers (Results 1 – 6 of 6) sorted by relevance
/linux/sound/core/ |
H A D | vmaster.c | 292 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/include/sound/ |
H A D | control.h | 263 int snd_ctl_add_followers(struct snd_card *card, struct snd_kcontrol *master,
|
/linux/sound/pci/ca0106/ |
H A D | ca0106_mixer.c | 835 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/sound/pci/ice1712/ |
H A D | juli.c | 436 err = snd_ctl_add_followers(ice->card, vmaster, follower_vols); in juli_add_controls()
|
H A D | quartet.c | 792 err = snd_ctl_add_followers(ice->card, vmaster, follower_vols); in qtet_add_controls()
|
/linux/sound/pci/ac97/ |
H A D | ac97_patch.c | 3449 return snd_ctl_add_followers(ac97->bus->card, kctl, followers); in snd_ac97_add_vmaster()
|