Commit 91834991f6bc7aafe8c0ed9b54c2716b60e61deb
1 parent
af83e09e
Remove debug sample rate slowdown.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4326 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
hw/musicpal.c
... | ... | @@ -309,7 +309,7 @@ static void musicpal_audio_clock_update(musicpal_audio_state *s) |
309 | 309 | |
310 | 310 | rate /= ((s->clock_div >> 8) & 0xff) + 1; |
311 | 311 | |
312 | - wm8750_set_bclk_in(s->wm, rate / 2); | |
312 | + wm8750_set_bclk_in(s->wm, rate); | |
313 | 313 | } |
314 | 314 | |
315 | 315 | static uint32_t musicpal_audio_read(void *opaque, target_phys_addr_t offset) | ... | ... |