Searched refs:SNDRV_CTL_IOCTL_ELEM_INFO (Results 1 – 5 of 5) sorted by relevance
/external/tinyalsa/ |
D | mixer.c | 308 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()
|
D | mixer_plugin.c | 374 case SNDRV_CTL_IOCTL_ELEM_INFO: in mixer_plug_ioctl()
|
/external/tinyalsa_new/src/ |
D | mixer.c | 223 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()
|
D | mixer_plugin.c | 371 case SNDRV_CTL_IOCTL_ELEM_INFO: in mixer_plug_ioctl()
|
/external/kernel-headers/original/uapi/sound/ |
D | asound.h | 1080 #define SNDRV_CTL_IOCTL_ELEM_INFO _IOWR('U', 0x11, struct snd_ctl_elem_info) macro
|