Searched defs:snd_ctl_elem_list (Results 1 – 3 of 3) sorted by relevance
1036 struct snd_ctl_elem_list { struct1037 unsigned int offset; /* W: first element ID to get */1038 unsigned int space; /* W: count of element IDs to get */1039 unsigned int used; /* R: count of element IDs set */1040 unsigned int count; /* R: count of all elements */1041 struct snd_ctl_elem_id __user *pids; /* R: IDs */1042 unsigned char reserved[50];
746 static int snd_ctl_elem_list(struct snd_card *card, in snd_ctl_elem_list() function