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

/external/qemu/audio/
H A Daudio.c197 struct mixeng_volume nominal_volume = { variable in typeref:struct:mixeng_volume
2201 sw->vol.l = nominal_volume.l * lvol / 255;
2202 sw->vol.r = nominal_volume.r * rvol / 255;
2210 sw->vol.l = nominal_volume.l * lvol / 255;
2211 sw->vol.r = nominal_volume.r * rvol / 255;

Completed in 598 milliseconds