1SND_CTL_BOOLEAN_STER(9) Control/Mixer API SND_CTL_BOOLEAN_STER(9)
2
3
4
6 snd_ctl_boolean_stereo_info - Helper function for a standard boolean
7 info callback with stereo two channels
8
10 int snd_ctl_boolean_stereo_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 stereo two channels.
23
25Kernel Hackers Manual 2.6. June 2019 SND_CTL_BOOLEAN_STER(9)