Home
last modified time | relevance | path

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

/hardware/qcom/msm8x26/kernel-headers/sound/
Dasound.h832 struct snd_ctl_elem_list { struct
834 unsigned int offset;
835 unsigned int space;
836 unsigned int used;
837 unsigned int count;
839 struct snd_ctl_elem_id __user *pids;
840 unsigned char reserved[50];
/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dasound.h830 struct snd_ctl_elem_list { struct
831 unsigned int offset; /* W: first element ID to get */
832 unsigned int space; /* W: count of element IDs to get */
833 unsigned int used; /* R: count of element IDs set */
834 unsigned int count; /* R: count of all elements */
835 struct snd_ctl_elem_id __user *pids; /* R: IDs */
836 unsigned char reserved[50];
/hardware/qcom/msm8994/kernel-headers/sound/
Dasound.h834 struct snd_ctl_elem_list { struct
835 unsigned int offset;
836 unsigned int space;
837 unsigned int used;
839 unsigned int count;
840 struct snd_ctl_elem_id __user *pids;
841 unsigned char reserved[50];
/hardware/qcom/msm8x84/kernel-headers/sound/
Dasound.h832 struct snd_ctl_elem_list { struct
834 unsigned int offset;
835 unsigned int space;
836 unsigned int used;
837 unsigned int count;
839 struct snd_ctl_elem_id __user *pids;
840 unsigned char reserved[50];
/hardware/qcom/msm8x26/original-kernel-headers/sound/
Dasound.h830 struct snd_ctl_elem_list { struct
831 unsigned int offset; /* W: first element ID to get */
832 unsigned int space; /* W: count of element IDs to get */
833 unsigned int used; /* R: count of element IDs set */
834 unsigned int count; /* R: count of all elements */
835 struct snd_ctl_elem_id __user *pids; /* R: IDs */
836 unsigned char reserved[50];
/hardware/qcom/msm8994/original-kernel-headers/sound/
Dasound.h831 struct snd_ctl_elem_list { struct
832 unsigned int offset; /* W: first element ID to get */
833 unsigned int space; /* W: count of element IDs to get */
834 unsigned int used; /* R: count of element IDs set */
835 unsigned int count; /* R: count of all elements */
836 struct snd_ctl_elem_id __user *pids; /* R: IDs */
837 unsigned char reserved[50];