equal
deleted
inserted
replaced
49 #else |
49 #else |
50 #define SDL_NAME(X) X |
50 #define SDL_NAME(X) X |
51 #endif |
51 #endif |
52 |
52 |
53 /* The tag name used by artsc audio */ |
53 /* The tag name used by artsc audio */ |
54 #define ARTSC_DRIVER_NAME "artsc" |
54 #define ARTSC_DRIVER_NAME "arts" |
55 |
55 |
56 /* Audio driver functions */ |
56 /* Audio driver functions */ |
57 static int ARTSC_OpenAudio(_THIS, SDL_AudioSpec *spec); |
57 static int ARTSC_OpenAudio(_THIS, SDL_AudioSpec *spec); |
58 static void ARTSC_WaitAudio(_THIS); |
58 static void ARTSC_WaitAudio(_THIS); |
59 static void ARTSC_PlayAudio(_THIS); |
59 static void ARTSC_PlayAudio(_THIS); |