Home
last modified time | relevance | path

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

/device/google/coral-kernel/sm8150/kernel-headers/sound/
Dasound.h709 struct snd_ctl_elem_list { struct
710 unsigned int offset;
711 unsigned int space;
712 unsigned int used;
713 unsigned int count;
714 struct snd_ctl_elem_id * pids;
715 unsigned char reserved[50];
/device/google/bonito/sdm710/kernel-headers/sound/
Dasound.h703 struct snd_ctl_elem_list { struct
704 unsigned int offset;
705 unsigned int space;
706 unsigned int used;
707 unsigned int count;
708 struct snd_ctl_elem_id * pids;
709 unsigned char reserved[50];
/device/google/crosshatch/sdm845/kernel-headers/sound/
Dasound.h703 struct snd_ctl_elem_list { struct
704 unsigned int offset;
705 unsigned int space;
706 unsigned int used;
707 unsigned int count;
708 struct snd_ctl_elem_id * pids;
709 unsigned char reserved[50];
/device/google/bonito/sdm710/original-kernel-headers/sound/
Dasound.h878 struct snd_ctl_elem_list { struct
879 unsigned int offset; /* W: first element ID to get */
880 unsigned int space; /* W: count of element IDs to get */
881 unsigned int used; /* R: count of element IDs set */
882 unsigned int count; /* R: count of all elements */
883 struct snd_ctl_elem_id *pids; /* R: IDs */
884 unsigned char reserved[50];
/device/google/coral-kernel/sm8150/original-kernel-headers/sound/
Dasound.h887 struct snd_ctl_elem_list { struct
888 unsigned int offset; /* W: first element ID to get */
889 unsigned int space; /* W: count of element IDs to get */
890 unsigned int used; /* R: count of element IDs set */
891 unsigned int count; /* R: count of all elements */
892 struct snd_ctl_elem_id *pids; /* R: IDs */
893 unsigned char reserved[50];
/device/google/crosshatch/sdm845/original-kernel-headers/sound/
Dasound.h878 struct snd_ctl_elem_list { struct
879 unsigned int offset; /* W: first element ID to get */
880 unsigned int space; /* W: count of element IDs to get */
881 unsigned int used; /* R: count of element IDs set */
882 unsigned int count; /* R: count of all elements */
883 struct snd_ctl_elem_id *pids; /* R: IDs */
884 unsigned char reserved[50];