Searched defs:snd_ctl_elem_list (Results 1 – 6 of 6) sorted by relevance
832 struct snd_ctl_elem_list { struct834 unsigned int offset;835 unsigned int space;836 unsigned int used;837 unsigned int count;839 struct snd_ctl_elem_id __user *pids;840 unsigned char reserved[50];
830 struct snd_ctl_elem_list { struct831 unsigned int offset; /* W: first element ID to get */832 unsigned int space; /* W: count of element IDs to get */833 unsigned int used; /* R: count of element IDs set */834 unsigned int count; /* R: count of all elements */835 struct snd_ctl_elem_id __user *pids; /* R: IDs */836 unsigned char reserved[50];
834 struct snd_ctl_elem_list { struct835 unsigned int offset;836 unsigned int space;837 unsigned int used;839 unsigned int count;840 struct snd_ctl_elem_id __user *pids;841 unsigned char reserved[50];
831 struct snd_ctl_elem_list { struct832 unsigned int offset; /* W: first element ID to get */833 unsigned int space; /* W: count of element IDs to get */834 unsigned int used; /* R: count of element IDs set */835 unsigned int count; /* R: count of all elements */836 struct snd_ctl_elem_id __user *pids; /* R: IDs */837 unsigned char reserved[50];