Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/sound/
Dasound.h887 struct snd_ctl_elem_info { struct
888 struct snd_ctl_elem_id id; /* W: element ID */
889 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
890 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
891 unsigned int count; /* count of values */
892 __kernel_pid_t owner; /* owner's PID of this control */
893 union {
912 } value;
913 union {
916 } dimen;
[all …]