Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/sound/uapi/
Dasound.h1021 struct snd_ctl_elem_list { struct
1022 unsigned int offset; /* W: first element ID to get */
1023 unsigned int space; /* W: count of element IDs to get */
1024 unsigned int used; /* R: count of element IDs set */
1025 unsigned int count; /* R: count of all elements */
1026 struct snd_ctl_elem_id *pids; /* R: IDs */
1027 unsigned char reserved[50];
/third_party/alsa-lib/src/control/
Dcontrol.c411 int snd_ctl_elem_list(snd_ctl_t *ctl, snd_ctl_elem_list_t *list) in snd_ctl_elem_list() function