mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Remove debug sample rate slowdown.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4326 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
af83e09e9e
commit
91834991f6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue