http://bugs.winehq.org/show_bug.cgi?id=28723
--- Comment #38 from Alexey Loukianov mooroon2@mail.ru 2011-11-09 09:08:37 CST --- (In reply to comment #37)
When reviewing your patch, we should also think about how it works with the fix for Bug 28282 and the patch from this bug's Comment 16. Do we want all three changes? Does your work here invalidate either of those two?
Well, my patch requires ALSA period to be no longer than mmdev_period and ALSA buffer size to be at least 2x mmdev_period size. Failing to met any of these conditions wouldn't be a fatal fault but one should expect stutters in such case. I would try today to compile Wine with all three patches applied and report here if would hit any problems with it.