Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/sound/
Dasound.h864 struct snd_ctl_elem_id { struct
878 struct snd_ctl_elem_id __user *pids; /* R: IDs */ argument
883 struct snd_ctl_elem_id id; /* W: element ID */
916 struct snd_ctl_elem_id id; /* W: element ID */
953 #define SNDRV_CTL_IOCTL_ELEM_LOCK _IOW('U', 0x14, struct snd_ctl_elem_id)
954 #define SNDRV_CTL_IOCTL_ELEM_UNLOCK _IOW('U', 0x15, struct snd_ctl_elem_id)
958 #define SNDRV_CTL_IOCTL_ELEM_REMOVE _IOWR('U', 0x19, struct snd_ctl_elem_id)
993 struct snd_ctl_elem_id id;
Demu10k1.h285 struct snd_ctl_elem_id id; /* full control ID definition */
298 struct snd_ctl_elem_id id;
318 struct snd_ctl_elem_id __user *gpr_del_controls; /* IDs of GPR controls to remove */
/external/tinyalsa/
Dmixer.c96 struct snd_ctl_elem_id *eid = NULL; in mixer_open()
123 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id)); in mixer_open()