From 1ca6f2ebc3994d0440aa916d3209cae1c0b73aef Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 9 Jul 2001 15:47:40 +0000 Subject: [PATCH] Revert to old non-blocking writes (if it ain't broke, don't fix it) --- src/audio/dsp/SDL_dspaudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio/dsp/SDL_dspaudio.c b/src/audio/dsp/SDL_dspaudio.c index 82d790be4..b6fdf82a0 100644 --- a/src/audio/dsp/SDL_dspaudio.c +++ b/src/audio/dsp/SDL_dspaudio.c @@ -57,7 +57,7 @@ static char rcsid = #define DSP_DRIVER_NAME "dsp" /* Open the audio device for playback, and don't block if busy */ -#define USE_BLOCKING_WRITES +/*#define USE_BLOCKING_WRITES*/ #define OPEN_FLAGS (O_WRONLY|O_NONBLOCK) /* Audio driver functions */