Home
last modified time | relevance | path

Searched defs:snd_ctl_elem_list (Results 1 – 1 of 1) sorted by relevance

/include/uapi/sound/
Dasound.h1038 struct snd_ctl_elem_list { struct
1039 unsigned int offset; /* W: first element ID to get */
1040 unsigned int space; /* W: count of element IDs to get */
1041 unsigned int used; /* R: count of element IDs set */
1042 unsigned int count; /* R: count of all elements */
1043 struct snd_ctl_elem_id __user *pids; /* R: IDs */
1044 unsigned char reserved[50];