CVS update (Linux audio)

Some people have reported problems with the new SDL audio code using DMA
by default. The latest CVS snapshots no longer use DMA by default. If
you want to use the new DMA audio code, set the SDL_AUDIODRIVER environment
variable:
export SDL_AUDIODRIVER=dma
or
setenv SDL_AUDIODRIVER dma

Please let me know if this code works properly with ESD.

SDL-1.0
http://www.devolution.com/~slouken/SDL/cvs/SDL-1.0.tar.gz

SDL-1.1
http://www.devolution.com/~slouken/SDL/cvs/SDL-1.1.tar.gz

Thanks!
-Sam Lantinga (slouken at devolution.com)

Lead Programmer, Loki Entertainment Software–
“Any sufficiently advanced bug is indistinguishable from a feature”
– Rich Kulawiec