Home
last modified time | relevance | path

Searched refs:snd_ctl_elem_id (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/sound/
Dasound.h760 struct snd_ctl_elem_id { struct
774 struct snd_ctl_elem_id __user *pids; /* R: IDs */ argument
779 struct snd_ctl_elem_id id; /* W: element ID */
810 struct snd_ctl_elem_id id; /* W: element ID */
847 #define SNDRV_CTL_IOCTL_ELEM_LOCK _IOW('U', 0x14, struct snd_ctl_elem_id)
848 #define SNDRV_CTL_IOCTL_ELEM_UNLOCK _IOW('U', 0x15, struct snd_ctl_elem_id)
852 #define SNDRV_CTL_IOCTL_ELEM_REMOVE _IOWR('U', 0x19, struct snd_ctl_elem_id)
887 struct snd_ctl_elem_id id;
/external/tinyalsa/
Dmixer.c92 struct snd_ctl_elem_id *eid = NULL; in mixer_open()
116 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id)); in mixer_open()