From 7ad7200bd7792013fc7bcea516eea311bf1c66ca Mon Sep 17 00:00:00 2001 From: Mark Cannon Date: Mon, 2 Jan 2012 18:20:23 -0500 Subject: [PATCH] change ALSA-sw to the default driver; since it requires exclusive control of the sound card, and PulseAudio already claims exclusive access, we'll fall back to the pulse driver iff the sound card is unavailable --- src/arch/arch_default.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/arch_default.h b/src/arch/arch_default.h index 4dcbe1a5f2..4071e2f4ef 100644 --- a/src/arch/arch_default.h +++ b/src/arch/arch_default.h @@ -39,7 +39,7 @@ #define DEFAULT_INPUT_DRIVER_LIST "X11" #endif #define DEFAULT_MOVIE_DRIVER_LIST "Theora,FFMpeg,Null" -#define DEFAULT_SOUND_DRIVER_LIST "pulse,ALSA-sw,OSS,Null" +#define DEFAULT_SOUND_DRIVER_LIST "ALSA-sw,pulse,OSS,Null" #else #error Which arch? #endif