blob: ea726927d26443718e9bcaa3a5f7540b630c2c05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
diff -Naur xroar-0.28.1/module.c xroar-0.28.1.patched/module.c
--- xroar-0.28.1/module.c 2012-06-11 12:45:20.000000000 -0400
+++ xroar-0.28.1.patched/module.c 2012-12-18 17:05:59.000000000 -0500
@@ -94,6 +94,9 @@
#ifdef HAVE_SUN_AUDIO
&sound_sun_module,
#endif
+#ifdef HAVE_ALSA_AUDIO
+ &sound_alsa_module,
+#endif
#ifdef HAVE_OSS_AUDIO
&sound_oss_module,
#endif
@@ -108,9 +111,6 @@
#ifdef HAVE_SDL
&sound_sdl_module,
#endif
-#ifdef HAVE_ALSA_AUDIO
- &sound_alsa_module,
-#endif
#ifdef HAVE_JACK_AUDIO
&sound_jack_module,
#endif
|