Searched defs:snd_ctl_elem_value (Results 1 – 1 of 1) sorted by relevance
935 struct snd_ctl_elem_value { struct936 struct snd_ctl_elem_id id; /* W: element ID */937 unsigned int indirect: 1; /* W: indirect access - obsoleted */938 union {971 #define SNDRV_CTL_IOCTL_ELEM_READ _IOWR('U', 0x12, struct snd_ctl_elem_value) argument