http://bugs.winehq.org/show_bug.cgi?id=28282
--- Comment #49 from Deve deveee@gmail.com --- Simple workaround to use alsa directly.
Add this script as /usr/bin/wine-nopulse:
----------------
#!/bin/sh
echo "autospawn = no" > $HOME/.config/pulse/client.conf pulseaudio --kill
/usr/bin/wine $*
rm -f $HOME/.config/pulse/client.conf pulseaudio --start
----------------
If you need this file in home directory for something other, you can use sed command to modify autospawn line.
There is also pasuspender, but it of course causes hangs for me ;p