Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/sound/
A Dasound.h1027 struct snd_ctl_elem_list { struct
1028 unsigned int offset; /* W: first element ID to get */
1029 unsigned int space; /* W: count of element IDs to get */
1030 unsigned int used; /* R: count of element IDs set */
1031 unsigned int count; /* R: count of all elements */
1032 struct snd_ctl_elem_id __user *pids; /* R: IDs */
1033 unsigned char reserved[50];
/linux-6.3-rc2/tools/include/uapi/sound/
A Dasound.h1027 struct snd_ctl_elem_list { struct
1028 unsigned int offset; /* W: first element ID to get */
1029 unsigned int space; /* W: count of element IDs to get */
1030 unsigned int used; /* R: count of element IDs set */
1031 unsigned int count; /* R: count of all elements */
1032 struct snd_ctl_elem_id __user *pids; /* R: IDs */
1033 unsigned char reserved[50];
/linux-6.3-rc2/sound/core/
A Dcontrol.c881 static int snd_ctl_elem_list(struct snd_card *card, in snd_ctl_elem_list() function

Completed in 19 milliseconds