Lines Matching defs:mixerctl
116 struct mixerctl { struct
117 uint16_t wValue[MIX_MAX_CHAN]; /* using nchan */
118 uint16_t wIndex;
119 uint8_t nchan;
120 uint8_t type;
136 struct range range0;
137 struct range *ranges;
138 u_int nranges;
139 u_int delta;
140 u_int mul;
141 uint8_t class;
142 char ctlname[MAX_AUDIO_DEV_LEN];
143 const char *ctlunit;