File SDL-1.2.13-try_alsa_first.patch of Package SDL
--- src/audio/SDL_audio.c +++ src/audio/SDL_audio.c @@ -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