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.h831 struct snd_ctl_elem_id { struct
845 struct snd_ctl_elem_id __user *pids; /* R: IDs */ argument
850 struct snd_ctl_elem_id id; /* W: element ID */
883 struct snd_ctl_elem_id id; /* W: element ID */
920 #define SNDRV_CTL_IOCTL_ELEM_LOCK _IOW('U', 0x14, struct snd_ctl_elem_id)
921 #define SNDRV_CTL_IOCTL_ELEM_UNLOCK _IOW('U', 0x15, struct snd_ctl_elem_id)
925 #define SNDRV_CTL_IOCTL_ELEM_REMOVE _IOWR('U', 0x19, struct snd_ctl_elem_id)
960 struct snd_ctl_elem_id id;
Demu10k1.h278 struct snd_ctl_elem_id id; /* full control ID definition */
291 struct snd_ctl_elem_id id;
311 struct snd_ctl_elem_id __user *gpr_del_controls; /* IDs of GPR controls to remove */
/external/tinyalsa/
Dmixer.c95 struct snd_ctl_elem_id *eid = NULL; in mixer_open()
122 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id)); in mixer_open()