Home
last modified time | relevance | path

Searched refs:lvol (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.c2197 void AUD_set_volume_out (SWVoiceOut *sw, int mute, uint8_t lvol, uint8_t rvol) in AUD_set_volume_out() argument
2201 sw->vol.l = nominal_volume.l * lvol / 255; in AUD_set_volume_out()
2206 void AUD_set_volume_in (SWVoiceIn *sw, int mute, uint8_t lvol, uint8_t rvol) in AUD_set_volume_in() argument
2210 sw->vol.l = nominal_volume.l * lvol / 255; in AUD_set_volume_in()