Home
last modified time | relevance | path

Searched defs:snd_ctl_elem_value (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
Dasound.h759 struct snd_ctl_elem_value { struct
760 struct snd_ctl_elem_id id;
761 unsigned int indirect: 1;
762 union {
793 #define SNDRV_CTL_IOCTL_ELEM_READ _IOWR('U', 0x12, struct snd_ctl_elem_value) argument
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
Dasound.h836 struct snd_ctl_elem_value { struct
837 struct snd_ctl_elem_id id;
838 unsigned int indirect : 1;
839 union {
869 #define SNDRV_CTL_IOCTL_ELEM_READ _IOWR('U', 0x12, struct snd_ctl_elem_value) argument
/kernel/linux/linux-5.10/tools/include/uapi/sound/
Dasound.h1046 struct snd_ctl_elem_value { struct
1047 struct snd_ctl_elem_id id; /* W: element ID */
1048 unsigned int indirect: 1; /* W: indirect access - obsoleted */
1049 union {
1081 #define SNDRV_CTL_IOCTL_ELEM_READ _IOWR('U', 0x12, struct snd_ctl_elem_value) argument
/kernel/linux/linux-5.10/include/uapi/sound/
Dasound.h1046 struct snd_ctl_elem_value { struct
1047 struct snd_ctl_elem_id id; /* W: element ID */
1048 unsigned int indirect: 1; /* W: indirect access - obsoleted */
1049 union {
1081 #define SNDRV_CTL_IOCTL_ELEM_READ _IOWR('U', 0x12, struct snd_ctl_elem_value) argument