Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasound.h891 struct snd_ctl_elem_list { struct
892 unsigned int offset; /* W: first element ID to get */
893 unsigned int space; /* W: count of element IDs to get */
894 unsigned int used; /* R: count of element IDs set */
895 unsigned int count; /* R: count of all elements */
896 struct snd_ctl_elem_id *pids; /* R: IDs */
897 unsigned char reserved[50];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasound.h891 struct snd_ctl_elem_list { struct
892 unsigned int offset; /* W: first element ID to get */
893 unsigned int space; /* W: count of element IDs to get */
894 unsigned int used; /* R: count of element IDs set */
895 unsigned int count; /* R: count of all elements */
896 struct snd_ctl_elem_id *pids; /* R: IDs */
897 unsigned char reserved[50];
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h1008 struct snd_ctl_elem_list { struct
1009 unsigned int offset; /* W: first element ID to get */
1010 unsigned int space; /* W: count of element IDs to get */
1011 unsigned int used; /* R: count of element IDs set */
1012 unsigned int count; /* R: count of all elements */
1013 struct snd_ctl_elem_id __user *pids; /* R: IDs */
1014 unsigned char reserved[50];
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h1008 struct snd_ctl_elem_list { struct
1009 unsigned int offset; /* W: first element ID to get */
1010 unsigned int space; /* W: count of element IDs to get */
1011 unsigned int used; /* R: count of element IDs set */
1012 unsigned int count; /* R: count of all elements */
1013 struct snd_ctl_elem_id __user *pids; /* R: IDs */
1014 unsigned char reserved[50];
/OK3568_Linux_fs/kernel/sound/core/
H A Dcontrol.c719 static int snd_ctl_elem_list(struct snd_card *card, in snd_ctl_elem_list() function