Searched refs:rvol (Results 1 – 2 of 2) sorted by relevance
/external/qemu/audio/ |
D | audio.h | 125 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);
|
D | audio.c | 2158 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()
|