Searched defs:snd_ctl_elem_list (Results 1 – 1 of 1) sorted by relevance
840 struct snd_ctl_elem_list { struct841 unsigned int offset; /* W: first element ID to get */842 unsigned int space; /* W: count of element IDs to get */843 unsigned int used; /* R: count of element IDs set */844 unsigned int count; /* R: count of all elements */845 struct snd_ctl_elem_id __user *pids; /* R: IDs */846 unsigned char reserved[50];