Home | History | Annotate | Download | only in sound

Lines Matching defs:snd_ctl_elem_id

753 struct snd_ctl_elem_id {
767 struct snd_ctl_elem_id __user *pids; /* R: IDs */
772 struct snd_ctl_elem_id id; /* W: element ID */
803 struct snd_ctl_elem_id id; /* W: element ID */
841 SNDRV_CTL_IOCTL_ELEM_LOCK = _IOW('U', 0x14, struct snd_ctl_elem_id),
842 SNDRV_CTL_IOCTL_ELEM_UNLOCK = _IOW('U', 0x15, struct snd_ctl_elem_id),
846 SNDRV_CTL_IOCTL_ELEM_REMOVE = _IOWR('U', 0x19, struct snd_ctl_elem_id),
882 struct snd_ctl_elem_id id;