Searched defs:snd_ctl_elem_info (Results 1 – 1 of 1) sorted by relevance
1139 struct snd_ctl_elem_info { struct1140 struct snd_ctl_elem_id id; /* W: element ID */1141 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */1142 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */1143 unsigned int count; /* count of values */1144 __kernel_pid_t owner; /* owner's PID of this control */1145 union {1164 } value;1165 unsigned char reserved[64];
Completed in 13 milliseconds