Comment 30 for bug 216397

Revision history for this message
Geoffrey Pursell (geoffp) wrote :

The only workaround that works for me in all cases is to use:

export SDL_AUDIODRIVER="alsa"
export AUDIODEV=hw:0

and then launch every SDL app that needs sound with pasuspender. Ack.