Searched defs:snd_ctl_elem_list (Results 1 – 4 of 4) sorted by relevance
1130 struct snd_ctl_elem_list { argument 1126 struct snd_ctl_elem_list { global() struct 1127 offsetsnd_ctl_elem_list global() argument 1128 spacesnd_ctl_elem_list global() argument 1129 usedsnd_ctl_elem_list global() argument 1131 pidssnd_ctl_elem_list global() argument 1132 reservedsnd_ctl_elem_list global() argument
1126 struct snd_ctl_elem_list { struct1127 unsigned int offset; /* W: first element ID to get */1128 unsigned int space; /* W: count of element IDs to get */1129 unsigned int used; /* R: count of element IDs set */1130 unsigned int count; /* R: count of all elements */1131 struct snd_ctl_elem_id __user *pids; /* R: IDs */1132 unsigned char reserved[50];
889 static int snd_ctl_elem_list(struct snd_card *card, in snd_ctl_elem_list() function