Searched defs:rvol (Results 1 - 1 of 1) sorted by relevance

/external/qemu/audio/
H A Daudio.c2197 void AUD_set_volume_out (SWVoiceOut *sw, int mute, uint8_t lvol, uint8_t rvol) argument
2202 sw->vol.r = nominal_volume.r * rvol / 255;
2206 void AUD_set_volume_in (SWVoiceIn *sw, int mute, uint8_t lvol, uint8_t rvol) argument
2211 sw->vol.r = nominal_volume.r * rvol / 255;

Completed in 90 milliseconds