https://bugs.winehq.org/show_bug.cgi?id=30639
--- Comment #43 from winetest@luukku.com --- I could be wrong, but in the staging patch...
float cur_freqAcc = (freqAcc_start + i * dsb->freqAdjustNum) / (float)dsb->freqAdjustDen;
should there be also (float)dsb->freqAdjustNum)
missing (float)
?