http://bugs.winehq.org/show_bug.cgi?id=29585
--- Comment #35 from Mateusz Stachowski mateusz.stachowski@wp.pl 2012-02-15 14:56:34 CST --- Created attachment 38895 --> http://bugs.winehq.org/attachment.cgi?id=38895 mmdevapi tests on wine-git patched (OSS debugging traces)
I've compiled the latest wine-git ($ git describe wine-1.4-rc3-51-g0352a70) with your patch and run the tests again.
I've used this script:
#!/bin/sh cd /media/Ubuntu/wine-clean/dlls/mmdevapi/tests WINETEST_INTERACTIVE=1 WINETEST_DEBUG=2 WINEDEBUG=+tid,+mmdevapi,+winmm,+driver,+midi,+dsound,+dmusic,+mci,+oss /media/Ubuntu/wine-clean/wine mmdevapi_test.exe.so render 2>&1 | tee /media/Ubuntu/render_vmix.log
I've tried to contact with Open Sound System devs through the mailing list (in different matter, custom mixer) and it's four days since my question was accepted, but so far no answers. Hannu and other devs probably don't have time to look at that (so you will have to wait quite some time for the answer).