Home
last modified time | relevance | path

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

/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dasound.h821 struct snd_ctl_elem_id { struct
835 struct snd_ctl_elem_id __user *pids; /* R: IDs */ argument
840 struct snd_ctl_elem_id id; /* W: element ID */
873 struct snd_ctl_elem_id id; /* W: element ID */
910 #define SNDRV_CTL_IOCTL_ELEM_LOCK _IOW('U', 0x14, struct snd_ctl_elem_id)
911 #define SNDRV_CTL_IOCTL_ELEM_UNLOCK _IOW('U', 0x15, struct snd_ctl_elem_id)
915 #define SNDRV_CTL_IOCTL_ELEM_REMOVE _IOWR('U', 0x19, struct snd_ctl_elem_id)
950 struct snd_ctl_elem_id id;
/hardware/qcom/msm8x84/kernel-headers/sound/
Dasound.h822 struct snd_ctl_elem_id { struct
839 struct snd_ctl_elem_id __user *pids; argument
844 struct snd_ctl_elem_id id;
884 struct snd_ctl_elem_id id;
927 #define SNDRV_CTL_IOCTL_ELEM_LOCK _IOW('U', 0x14, struct snd_ctl_elem_id)
929 #define SNDRV_CTL_IOCTL_ELEM_UNLOCK _IOW('U', 0x15, struct snd_ctl_elem_id)
934 #define SNDRV_CTL_IOCTL_ELEM_REMOVE _IOWR('U', 0x19, struct snd_ctl_elem_id)
969 struct snd_ctl_elem_id id;
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_audio.h93 #define snd_ctl_elem_id_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_id)
Dalsa_mixer.c156 struct snd_ctl_elem_id *eid = NULL; in mixer_open()
182 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id)); in mixer_open()