Mercurial > sdl-ios-xcode
comparison src/audio/alsa/SDL_alsa_audio.c @ 4349:471dac4b41dd SDL-1.2
Don't need the define anymore...
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 17 Oct 2009 07:05:33 +0000 |
parents | b312352d8c8d |
children | a10dac5858fe |
comparison
equal
deleted
inserted
replaced
4348:b312352d8c8d | 4349:471dac4b41dd |
---|---|
40 #endif | 40 #endif |
41 | 41 |
42 | 42 |
43 /* The tag name used by ALSA audio */ | 43 /* The tag name used by ALSA audio */ |
44 #define DRIVER_NAME "alsa" | 44 #define DRIVER_NAME "alsa" |
45 | |
46 /*#define DEBUG_PERIOD_SIZE*/ | |
47 | 45 |
48 /* Audio driver functions */ | 46 /* Audio driver functions */ |
49 static int ALSA_OpenAudio(_THIS, SDL_AudioSpec *spec); | 47 static int ALSA_OpenAudio(_THIS, SDL_AudioSpec *spec); |
50 static void ALSA_WaitAudio(_THIS); | 48 static void ALSA_WaitAudio(_THIS); |
51 static void ALSA_PlayAudio(_THIS); | 49 static void ALSA_PlayAudio(_THIS); |