From 9ca47c9a7ff38b095c11c538da81fb58d8309900 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 21 Oct 2003 09:51:42 +0000 Subject: [PATCH] reenable ALSA --- stepmania/src/arch/arch.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/arch/arch.h b/stepmania/src/arch/arch.h index d511ee196b..d6451a82dd 100644 --- a/stepmania/src/arch/arch.h +++ b/stepmania/src/arch/arch.h @@ -22,8 +22,7 @@ RageSoundDriver *MakeRageSoundDriver(CString drivers); /* Define the default list of sound drivers for each arch. It's * OK to list drivers that may not be available. */ #if defined(LINUX) - /* XXX: Prefer OSS until I investigate problems with the ALSA driver. */ - #define DEFAULT_SOUND_DRIVER_LIST "OSS,ALSA9,Null" + #define DEFAULT_SOUND_DRIVER_LIST "ALSA9,OSS,Null" #elif defined(DARWIN) #define DEFAULT_SOUND_DRIVER_LIST "CoreAudio,QT,QT1" #elif defined(_WINDOWS)