Searched defs:snd_ctl_elem_list (Results 1 – 2 of 2) sorted by relevance
871 struct snd_ctl_elem_list { struct872 unsigned int offset; /* W: first element ID to get */873 unsigned int space; /* W: count of element IDs to get */874 unsigned int used; /* R: count of element IDs set */875 unsigned int count; /* R: count of all elements */876 struct snd_ctl_elem_id __user *pids; /* R: IDs */877 unsigned char reserved[50];
744 static int snd_ctl_elem_list(struct snd_card *card, in snd_ctl_elem_list() function