diff src/audio/SDL_audio.c @ 4301:5007e6a66814 SDL-1.2

Debian patch: 209_alsa_priority.diff
author Sam Lantinga <slouken@libsdl.org>
date Sat, 10 Oct 2009 09:07:51 +0000
parents 12da7861173e
children 33570eec2d4f
line wrap: on
line diff
--- a/src/audio/SDL_audio.c	Sat Oct 10 09:03:08 2009 +0000
+++ b/src/audio/SDL_audio.c	Sat Oct 10 09:07:51 2009 +0000
@@ -39,13 +39,13 @@
 #if SDL_AUDIO_DRIVER_BSD
 	&BSD_AUDIO_bootstrap,
 #endif
+#if SDL_AUDIO_DRIVER_ALSA
+	&ALSA_bootstrap,
+#endif
 #if SDL_AUDIO_DRIVER_OSS
 	&DSP_bootstrap,
 	&DMA_bootstrap,
 #endif
-#if SDL_AUDIO_DRIVER_ALSA
-	&ALSA_bootstrap,
-#endif
 #if SDL_AUDIO_DRIVER_PULSE
 	&PULSE_bootstrap,
 #endif