Lines Matching refs:follower
192 struct snd_kcontrol *follower,
194 /* optional flags for follower */
198 * snd_ctl_add_follower - Add a virtual follower control
200 * @follower: follower element to add
202 * Add a virtual follower control to the given master element created via
217 snd_ctl_add_follower(struct snd_kcontrol *master, struct snd_kcontrol *follower)
219 return _snd_ctl_add_follower(master, follower, 0);
223 * snd_ctl_add_follower_uncached - Add a virtual follower control
225 * @follower: follower element to add
227 * Add a virtual follower control to the given master.
240 struct snd_kcontrol *follower)
242 return _snd_ctl_add_follower(master, follower, SND_CTL_FOLLOWER_NEED_UPDATE);
252 struct snd_kcontrol *follower,