3 --- sound/osssound.c.orig 2007-12-21 17:43:10.000000000 +0100
5 @@ -52,7 +52,7 @@ int sound_lowlevel_init(const char *devi
8 /* select a default device if we weren't explicitly given one */
9 -if(device==NULL) device = "/dev/dsp";
10 +if(device==NULL) device = DEVOSSAUDIO;
12 /* Open the sound device non-blocking to avoid hangs if it is being
13 * used by something else, but then set it blocking again as that's what