qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4326] Remove debug sample rate slowdown.
@ 2008-05-04 12:18 Andrzej Zaborowski
  0 siblings, 0 replies; only message in thread
From: Andrzej Zaborowski @ 2008-05-04 12:18 UTC (permalink / raw)
  To: qemu-devel

Revision: 4326
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4326
Author:   balrog
Date:     2008-05-04 12:18:51 +0000 (Sun, 04 May 2008)

Log Message:
-----------
Remove debug sample rate slowdown.

Modified Paths:
--------------
    trunk/hw/musicpal.c

Modified: trunk/hw/musicpal.c
===================================================================
--- trunk/hw/musicpal.c	2008-05-04 12:15:51 UTC (rev 4325)
+++ trunk/hw/musicpal.c	2008-05-04 12:18:51 UTC (rev 4326)
@@ -309,7 +309,7 @@
 
     rate /= ((s->clock_div >> 8) & 0xff) + 1;
 
-    wm8750_set_bclk_in(s->wm, rate / 2);
+    wm8750_set_bclk_in(s->wm, rate);
 }
 
 static uint32_t musicpal_audio_read(void *opaque, target_phys_addr_t offset)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-04 12:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-04 12:18 [Qemu-devel] [4326] Remove debug sample rate slowdown Andrzej Zaborowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).