The current patches break directsound.  This tiny fix makes it compile, but it 
throws a lot of warnings.


Index: audio/dsound_template.h
===================================================================
RCS file: /sources/qemu/qemu/audio/dsound_template.h,v
retrieving revision 1.5
diff -u -r1.5 dsound_template.h
--- audio/dsound_template.h     14 Jan 2008 04:24:28 -0000      1.5
+++ audio/dsound_template.h     14 Jan 2008 05:37:12 -0000
@@ -197,7 +197,7 @@
 #endif
 
     if (!s->FIELD2) {
-        dsound_logerr ("Attempt to initialize voice without " NAME2 " object");
+        dsound_logerr (hr,"Attempt to initialize voice without " NAME2 " 
object");
         return -1;
     }
 

Reply via email to