Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/sound/
Dasound.h873 struct snd_ctl_elem_list { struct
874 unsigned int offset; /* W: first element ID to get */
875 unsigned int space; /* W: count of element IDs to get */
876 unsigned int used; /* R: count of element IDs set */
877 unsigned int count; /* R: count of all elements */
878 struct snd_ctl_elem_id __user *pids; /* R: IDs */
879 unsigned char reserved[50];
/linux-4.4.14/sound/core/
Dcontrol.c744 static int snd_ctl_elem_list(struct snd_card *card, in snd_ctl_elem_list() function