Commit 0d895fa8 authored by Sam Lantinga's avatar Sam Lantinga

Revert to old non-blocking writes (if it ain't broke, don't fix it)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4098
parent c8f2e030
...@@ -57,7 +57,7 @@ static char rcsid = ...@@ -57,7 +57,7 @@ static char rcsid =
#define DSP_DRIVER_NAME "dsp" #define DSP_DRIVER_NAME "dsp"
/* Open the audio device for playback, and don't block if busy */ /* 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) #define OPEN_FLAGS (O_WRONLY|O_NONBLOCK)
/* Audio driver functions */ /* Audio driver functions */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment