reenable ALSA

This commit is contained in:
Glenn Maynard
2003-10-21 09:51:42 +00:00
parent a9bf5ea08f
commit 9ca47c9a7f
+1 -2
View File
@@ -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)