Home
last modified time | relevance | path

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

/openbsd/lib/libsndio/
H A Damsg.h152 struct amsg_ctl_desc { struct
153 struct amsg_ctl_node node0; /* affected channels */
155 char func[AMSG_CTL_NAMEMAX]; /* parameter function name */
156 char group[AMSG_CTL_NAMEMAX]; /* group of the control */
157 uint8_t type; /* see sioctl_desc structure */
158 uint8_t __pad1[1];
159 uint16_t addr; /* control address */
160 uint16_t maxval;
161 uint16_t curval;
162 uint32_t __pad2[4];
[all …]