1SND_CTL_APPLY_VMASTE(9)        Control/Mixer API       SND_CTL_APPLY_VMASTE(9)
2
3
4

NAME

6       snd_ctl_apply_vmaster_slaves - Apply function to each vmaster slave
7

SYNOPSIS

9       int snd_ctl_apply_vmaster_slaves(struct snd_kcontrol * kctl,
10                                        int (*func) (struct snd_kcontrol *vslave, struct snd_kcontrol *slave, void *arg),
11                                        void * arg);
12

ARGUMENTS

14       kctl
15           vmaster kctl element
16
17       func
18           function to apply
19
20       arg
21           optional function argument
22

DESCRIPTION

24       Apply the function func to each slave kctl of the given vmaster kctl.
25       Returns 0 if successful, or a negative error code.
26
28Kernel Hackers Manual 3.10         June 2019           SND_CTL_APPLY_VMASTE(9)
Impressum