http://bugs.winehq.org/show_bug.cgi?id=13204
--- Comment #22 from Rafał Mużyło galtgendo@o2.pl 2008-05-23 17:52:09 --- Well, it looks like there's a real problem now. With 1.0_rc2 (without my patch), winmm_test wave sometimes completes (with 0-2 failures), but sometimes it hangs. What's worse, it does that in random places. Looks like a race condition.
However, sound seems to work. But there's another thing. Quoting from alsa.c: ** FIXME: It is probably short sighted to hard code and fixate on PCM Playback Volume Yeah, it's short sighted. While for pcm it seems to select hw:0 for default, for volume control it selects a different device, one that has only Master Playback Volume. Could, perhaps , some kind of fallback be implemented ?