Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/sound/
Dasound.h753 struct snd_ctl_elem_value { struct
754 struct snd_ctl_elem_id id;
755 unsigned int indirect : 1;
756 union {
787 #define SNDRV_CTL_IOCTL_ELEM_READ _IOWR('U', 0x12, struct snd_ctl_elem_value) argument