Home
last modified time | relevance | path

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

/linux-3.3/include/sound/
Dasound.h776 struct snd_ctl_elem_list { struct
777 unsigned int offset; /* W: first element ID to get */
778 unsigned int space; /* W: count of element IDs to get */
779 unsigned int used; /* R: count of element IDs set */
780 unsigned int count; /* R: count of all elements */
781 struct snd_ctl_elem_id __user *pids; /* R: IDs */
782 unsigned char reserved[50];
/linux-3.3/sound/core/
Dcontrol.c701 static int snd_ctl_elem_list(struct snd_card *card, in snd_ctl_elem_list() function