[uae] [PATCH] Fix for broken dummy audio driver in WIP4

  • From: Richard Drummond <evilrich@xxxxxxxxxxxxxx>
  • To: uae@xxxxxxxxxxxxx
  • Date: Fri, 25 May 2007 10:53:56 -0400

Hi All

The dummy audio driver (used if you configure with --disable-audio or 
configure cannot find a supported sound system) was broken in WIP4. Fix 
attached.

Cheers,
Rich
-- 
Richard Drummond

Web:  http://www.rcdrummond.net/
Mail: mailto:evilrich@xxxxxxxxxxxxxx
Index: src/sd-none/sound.c
===================================================================
RCS file: /cvsroot/uaedev/uae/src/sd-none/sound.c,v
retrieving revision 1.4
diff -u -r1.4 sound.c
--- src/sd-none/sound.c 15 Feb 2007 04:47:38 -0000      1.4
+++ src/sd-none/sound.c 25 May 2007 14:47:35 -0000
@@ -30,10 +30,6 @@
 {
 }
 
-void update_sound (int freq)
-{
-}
-
 void reset_sound (void)
 {
 }

Other related posts:

  • » [uae] [PATCH] Fix for broken dummy audio driver in WIP4