Searched defs:AudioMixerControl (Results 1 – 1 of 1) sorted by relevance
40 struct AudioMixerControl { struct41 int32_t min;42 int32_t max;43 int32_t platformMax;44 uint32_t mask;45 uint32_t reg;46 uint32_t rreg; /* right sound channel reg */47 uint32_t shift;48 uint32_t rshift; /* right sound channel reg shift */49 uint32_t invert;[all …]