Home
last modified time | relevance | path

Searched refs:SNDRV_CTL_IOCTL_ELEM_INFO (Results 1 – 5 of 5) sorted by relevance

/external/tinyalsa/
Dmixer.c308 if (grp->ops->ioctl(grp->data, SNDRV_CTL_IOCTL_ELEM_INFO, in mixer_ctl_get_elem_info()
326 if (grp->ops->ioctl(grp->data, SNDRV_CTL_IOCTL_ELEM_INFO, &tmp) < 0) in mixer_ctl_get_elem_info()
422 grp->ops->ioctl(grp->data, SNDRV_CTL_IOCTL_ELEM_INFO, ctl->info); in mixer_ctl_update()
Dmixer_plugin.c374 case SNDRV_CTL_IOCTL_ELEM_INFO: in mixer_plug_ioctl()
/external/tinyalsa_new/src/
Dmixer.c223 if (grp->ops->ioctl(grp->data, SNDRV_CTL_IOCTL_ELEM_INFO, ei) < 0) in add_controls()
767 grp->ops->ioctl(grp->data, SNDRV_CTL_IOCTL_ELEM_INFO, &ctl->info); in mixer_ctl_update()
1249 if (grp->ops->ioctl(grp->data, SNDRV_CTL_IOCTL_ELEM_INFO, &tmp) < 0) in mixer_ctl_fill_enum_string()
Dmixer_plugin.c371 case SNDRV_CTL_IOCTL_ELEM_INFO: in mixer_plug_ioctl()
/external/kernel-headers/original/uapi/sound/
Dasound.h1080 #define SNDRV_CTL_IOCTL_ELEM_INFO _IOWR('U', 0x11, struct snd_ctl_elem_info) macro