Searched defs:snd_ctl_elem_list (Results 1 – 1 of 1) sorted by relevance
832 struct snd_ctl_elem_list { struct833 unsigned int offset; /* W: first element ID to get */834 unsigned int space; /* W: count of element IDs to get */835 unsigned int used; /* R: count of element IDs set */836 unsigned int count; /* R: count of all elements */837 struct snd_ctl_elem_id __user *pids; /* R: IDs */838 unsigned char reserved[50];