Remove debug sample rate slowdown.
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 4 May 2008 12:18:51 +0000 (12:18 +0000)
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 4 May 2008 12:18:51 +0000 (12:18 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4326 c046a42c-6fe2-441c-8c8c-71466251a162

hw/musicpal.c

index 5cef81c..34e7d11 100644 (file)
@@ -309,7 +309,7 @@ static void musicpal_audio_clock_update(musicpal_audio_state *s)
 
     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)