Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Don't need the define anymore...
- Loading branch information
Showing
with
0 additions
and
2 deletions.
-
+0
−2
src/audio/alsa/SDL_alsa_audio.c
|
@@ -43,8 +43,6 @@ |
|
|
/* The tag name used by ALSA audio */ |
|
|
#define DRIVER_NAME "alsa" |
|
|
|
|
|
/*#define DEBUG_PERIOD_SIZE*/ |
|
|
|
|
|
/* Audio driver functions */ |
|
|
static int ALSA_OpenAudio(_THIS, SDL_AudioSpec *spec); |
|
|
static void ALSA_WaitAudio(_THIS); |
|
|