Searched defs:snd_ctl_elem_value (Results 1 – 2 of 2) sorted by relevance
872 struct snd_ctl_elem_value { struct873 struct snd_ctl_elem_id id; /* W: element ID */874 unsigned int indirect: 1; /* W: indirect access - obsoleted */875 union {908 #define SNDRV_CTL_IOCTL_ELEM_READ _IOWR('U', 0x12, struct snd_ctl_elem_value) argument
882 struct snd_ctl_elem_value { struct884 struct snd_ctl_elem_id id;885 unsigned int indirect: 1;886 union {925 #define SNDRV_CTL_IOCTL_ELEM_READ _IOWR('U', 0x12, struct snd_ctl_elem_value) argument