1SND_CTL_SYNC_VMASTER(9) Control/Mixer API SND_CTL_SYNC_VMASTER(9)
2
3
4
6 snd_ctl_sync_vmaster - Sync the vmaster slaves and hook
7
9 void snd_ctl_sync_vmaster(struct snd_kcontrol * kcontrol,
10 bool hook_only);
11
13 kcontrol
14 vmaster kctl element
15
16 hook_only
17 sync only the hook
18
20 Forcibly call the put callback of each slave and call the hook function
21 to synchronize with the current value of the given vmaster element. NOP
22 when NULL is passed to kcontrol.
23
25Kernel Hackers Manual 2.6. June 2019 SND_CTL_SYNC_VMASTER(9)