Home
last modified time | relevance | path

Searched refs:rvol (Results 1 – 2 of 2) sorted by relevance

/external/qemu/audio/
Daudio.h125 void AUD_set_volume_out (SWVoiceOut *sw, int mute, uint8_t lvol, uint8_t rvol);
126 void AUD_set_volume_in (SWVoiceIn *sw, int mute, uint8_t lvol, uint8_t rvol);
Daudio.c2158 void AUD_set_volume_out (SWVoiceOut *sw, int mute, uint8_t lvol, uint8_t rvol) in AUD_set_volume_out() argument
2163 sw->vol.r = nominal_volume.r * rvol / 255; in AUD_set_volume_out()
2167 void AUD_set_volume_in (SWVoiceIn *sw, int mute, uint8_t lvol, uint8_t rvol) in AUD_set_volume_in() argument
2172 sw->vol.r = nominal_volume.r * rvol / 255; in AUD_set_volume_in()