1SND_CTL_BOOLEAN_MONO(9) Control/Mixer API SND_CTL_BOOLEAN_MONO(9)
2
3
4
6 snd_ctl_boolean_mono_info - Helper function for a standard boolean info
7 callback with a mono channel
8
10 int snd_ctl_boolean_mono_info(struct snd_kcontrol * kcontrol,
11 struct snd_ctl_elem_info * uinfo);
12
14 kcontrol
15 the kcontrol instance
16
17 uinfo
18 info to store
19
21 This is a function that can be used as info callback for a standard
22 boolean control with a single mono channel.
23
25Kernel Hackers Manual 2.6. June 2019 SND_CTL_BOOLEAN_MONO(9)