Lines Matching defs:master
187 * virtual master control
191 int _snd_ctl_add_follower(struct snd_kcontrol *master,
199 * @master: vmaster element
202 * Add a virtual follower control to the given master element created via
212 * master can only attenuate the volume without gain
217 snd_ctl_add_follower(struct snd_kcontrol *master, struct snd_kcontrol *follower)
219 return _snd_ctl_add_follower(master, follower, 0);
224 * @master: vmaster element
227 * Add a virtual follower control to the given master.
230 * at each time queried from the master.
239 snd_ctl_add_follower_uncached(struct snd_kcontrol *master,
242 return _snd_ctl_add_follower(master, follower, SND_CTL_FOLLOWER_NEED_UPDATE);