projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af83e09
)
Remove debug sample rate slowdown.
author
balrog
<balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 4 May 2008 12:18:51 +0000
(12:18 +0000)
committer
balrog
<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
patch
|
blob
|
history
diff --git
a/hw/musicpal.c
b/hw/musicpal.c
index 5cef81cda00824f44e48193f24cecd7bdf4e3de8..34e7d1119efbf64f6ea31324c521bbb806608e4a 100644
(file)
--- a/
hw/musicpal.c
+++ b/
hw/musicpal.c
@@
-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)