http://bugs.winehq.org/show_bug.cgi?id=25750
--- Comment #6 from Raymond superquad.vortex2@gmail.com 2011-01-12 01:52:21 CST --- (In reply to comment #0)
I am submitting this bug report because Maarten Lankhorst specifically asked in bug #10495 that people file bug reports for issues with the winealsa driver that are fixed by using winepulse.
This is because pulse_prepare() in "pulse" pIugin perform a disconnect from PA server
if any alsa application using "pulse" plugin try to recover from xrun occur by snd_pcm_drop() and snd_pcm_prepare() and it will disconnect from PA server
diable xrun in "pulse" plugin only prevent wine to call snd_pcm_prepare() but it does not help to prevent crappy sound since
http://git.alsa-project.org/?p=alsa-plugins.git;a=commit;h=c20d516e229620129...