Francois Gouget : winmm: Try to load the Esound driver as a last resort.

Alexandre Julliard julliard at winehq.org
Tue Mar 10 10:53:15 CDT 2009


Module: wine
Branch: master
Commit: 8f2b4954b0786e4c768f0c536b3f313d1a9e145b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8f2b4954b0786e4c768f0c536b3f313d1a9e145b

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Mar  9 20:15:14 2009 +0100

winmm: Try to load the Esound driver as a last resort.

This gets sound working out of the box on Solaris.

---

 dlls/winmm/winemm.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winmm/winemm.h b/dlls/winmm/winemm.h
index ce6a649..7ef97f0 100644
--- a/dlls/winmm/winemm.h
+++ b/dlls/winmm/winemm.h
@@ -25,7 +25,7 @@
 #include "winbase.h"
 #include "mmddk.h"
 
-#define WINE_DEFAULT_WINMM_DRIVER     "alsa,oss,coreaudio"
+#define WINE_DEFAULT_WINMM_DRIVER     "alsa,oss,coreaudio,esd"
 #define WINE_DEFAULT_WINMM_MAPPER     "msacm32.drv"
 #define WINE_DEFAULT_WINMM_MIDI       "midimap.dll"
 




More information about the wine-cvs mailing list