Home
last modified time | relevance | path

Searched refs:snd_ctl_elem_list (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/sys/linux/
Dsndcontrol.txt15 …OCTL_ELEM_LIST(fd fd_sndctrl, cmd const[SNDRV_CTL_IOCTL_ELEM_LIST], arg ptr[in, snd_ctl_elem_list])
49 snd_ctl_elem_list {
/external/kernel-headers/original/uapi/sound/
Dasound.h893 struct snd_ctl_elem_list { struct
969 #define SNDRV_CTL_IOCTL_ELEM_LIST _IOWR('U', 0x10, struct snd_ctl_elem_list)
/external/tinyalsa/
Dmixer.c101 struct snd_ctl_elem_list elist; in mixer_open()