Home
last modified time | relevance | path

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

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