Searched refs:snd_ctl_elem_info (Results 1 – 3 of 3) sorted by relevance
/external/syzkaller/sys/linux/ |
D | sndcontrol.txt | 16 …OCTL_ELEM_INFO(fd fd_sndctrl, cmd const[SNDRV_CTL_IOCTL_ELEM_INFO], arg ptr[in, snd_ctl_elem_info]) 22 …_IOCTL_ELEM_ADD(fd fd_sndctrl, cmd const[SNDRV_CTL_IOCTL_ELEM_ADD], arg ptr[in, snd_ctl_elem_info]) 23 …LEM_REPLACE(fd fd_sndctrl, cmd const[SNDRV_CTL_IOCTL_ELEM_REPLACE], arg ptr[in, snd_ctl_elem_info]) 58 snd_ctl_elem_info { 73 define SND_CTL_ELEM_INFO_SIZE sizeof(struct snd_ctl_elem_info)
|
/external/tinyalsa/ |
D | mixer.c | 56 struct snd_ctl_elem_info *info; 64 struct snd_ctl_elem_info *elem_info; 122 mixer->elem_info = calloc(elist.count, sizeof(struct snd_ctl_elem_info)); in mixer_open() 176 struct snd_ctl_elem_info tmp; in mixer_ctl_get_elem_info() 293 static int percent_to_int(struct snd_ctl_elem_info *ei, int percent) in percent_to_int() 307 static int int_to_percent(struct snd_ctl_elem_info *ei, int value) in int_to_percent()
|
/external/kernel-headers/original/uapi/sound/ |
D | asound.h | 902 struct snd_ctl_elem_info { struct 970 #define SNDRV_CTL_IOCTL_ELEM_INFO _IOWR('U', 0x11, struct snd_ctl_elem_info) 976 #define SNDRV_CTL_IOCTL_ELEM_ADD _IOWR('U', 0x17, struct snd_ctl_elem_info) 977 #define SNDRV_CTL_IOCTL_ELEM_REPLACE _IOWR('U', 0x18, struct snd_ctl_elem_info)
|