Skip to content

Commit

Permalink
Revert to old non-blocking writes (if it ain't broke, don't fix it)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Jul 9, 2001
1 parent 05b3bb9 commit 1ca6f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/dsp/SDL_dspaudio.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 1ca6f2e

Please sign in to comment.