Searched refs:snd_ctl_elem_value (Results 1 – 3 of 3) sorted by relevance
/external/syzkaller/sys/linux/ |
D | sndcontrol.txt | 17 …CTL_ELEM_READ(fd fd_sndctrl, cmd const[SNDRV_CTL_IOCTL_ELEM_READ], arg ptr[in, snd_ctl_elem_value]) 18 …L_ELEM_WRITE(fd fd_sndctrl, cmd const[SNDRV_CTL_IOCTL_ELEM_WRITE], arg ptr[in, snd_ctl_elem_value]) 75 snd_ctl_elem_value { 82 define SND_CTL_ELEM_VALUE_SIZE sizeof(struct snd_ctl_elem_value)
|
/external/tinyalsa/ |
D | mixer.c | 335 struct snd_ctl_elem_value ev; in mixer_ctl_get_value() 374 struct snd_ctl_elem_value ev; in mixer_ctl_get_array() 453 struct snd_ctl_elem_value ev; in mixer_ctl_set_value() 491 struct snd_ctl_elem_value ev; in mixer_ctl_set_array() 595 struct snd_ctl_elem_value ev; in mixer_ctl_set_enum_by_string()
|
/external/kernel-headers/original/uapi/sound/ |
D | asound.h | 935 struct snd_ctl_elem_value { struct 971 #define SNDRV_CTL_IOCTL_ELEM_READ _IOWR('U', 0x12, struct snd_ctl_elem_value) argument 972 #define SNDRV_CTL_IOCTL_ELEM_WRITE _IOWR('U', 0x13, struct snd_ctl_elem_value)
|