Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/sound/
Dasound.h1135 struct snd_ctl_elem_info { struct
1136 struct snd_ctl_elem_id id; /* W: element ID */
1137 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
1138 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
1139 unsigned int count; /* count of values */
1140 __kernel_pid_t owner; /* owner's PID of this control */
1141 union {
1160 } value;
1161 unsigned char reserved[64];
/external/bcc/libbpf-tools/riscv/
Dvmlinux_602.h115091 struct snd_ctl_elem_info { struct
115092 struct snd_ctl_elem_id id;
115093 snd_ctl_elem_type_t type;
115094 unsigned int access;
115095 unsigned int count;
115096 __kernel_pid_t owner;
115097 union {
115116 } value;
115117 unsigned char reserved[64];
Dvmlinux.h115091 struct snd_ctl_elem_info { struct
115092 struct snd_ctl_elem_id id;
115093 snd_ctl_elem_type_t type;
115094 unsigned int access;
115095 unsigned int count;
115096 __kernel_pid_t owner;
115097 union {
115116 } value;
115117 unsigned char reserved[64];