Home
last modified time | relevance | path

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

/linux-6.8/tools/include/uapi/sound/
Dasound.h1110 struct snd_ctl_elem_list { struct
1111 unsigned int offset; /* W: first element ID to get */
1112 unsigned int space; /* W: count of element IDs to get */
1113 unsigned int used; /* R: count of element IDs set */
1114 unsigned int count; /* R: count of all elements */
1115 struct snd_ctl_elem_id __user *pids; /* R: IDs */
1116 unsigned char reserved[50];
/linux-6.8/include/uapi/sound/
Dasound.h1110 struct snd_ctl_elem_list { struct
1111 unsigned int offset; /* W: first element ID to get */
1112 unsigned int space; /* W: count of element IDs to get */
1113 unsigned int used; /* R: count of element IDs set */
1114 unsigned int count; /* R: count of all elements */
1115 struct snd_ctl_elem_id __user *pids; /* R: IDs */
1116 unsigned char reserved[50];
/linux-6.8/sound/core/
Dcontrol.c957 static int snd_ctl_elem_list(struct snd_card *card, in snd_ctl_elem_list() function