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.h1036 struct snd_ctl_elem_info { struct
1037 struct snd_ctl_elem_id id; /* W: element ID */
1038 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
1039 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
1040 unsigned int count; /* count of values */
1041 __kernel_pid_t owner; /* owner's PID of this control */
1042 union {
1061 } value;
1062 unsigned char reserved[64];
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h100009 struct snd_ctl_elem_info { struct
100010 struct snd_ctl_elem_id id;
100011 snd_ctl_elem_type_t type;
100012 unsigned int access;
100013 unsigned int count;
100014 __kernel_pid_t owner;
100015 union {
100034 } value;
100035 union {
100038 } dimen;
[all …]
Dvmlinux.h100009 struct snd_ctl_elem_info { struct
100010 struct snd_ctl_elem_id id;
100011 snd_ctl_elem_type_t type;
100012 unsigned int access;
100013 unsigned int count;
100014 __kernel_pid_t owner;
100015 union {
100034 } value;
100035 union {
100038 } dimen;
[all …]