Home
last modified time | relevance | path

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

/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dasound.h839 struct snd_ctl_elem_info { struct
840 struct snd_ctl_elem_id id; /* W: element ID */
841 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
842 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
843 unsigned int count; /* count of values */
844 __kernel_pid_t owner; /* owner's PID of this control */
845 union {
864 } value;
865 union {
868 } dimen;
[all …]
/hardware/qcom/msm8x84/kernel-headers/sound/
Dasound.h842 struct snd_ctl_elem_info { struct
844 struct snd_ctl_elem_id id;
845 snd_ctl_elem_type_t type;
846 unsigned int access;
847 unsigned int count;
849 __kernel_pid_t owner;
850 union {
874 } value;
875 union {
879 } dimen;
[all …]