From: Andrzej Zaborowski <balrogg@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [4326] Remove debug sample rate slowdown.
Date: Sun, 04 May 2008 12:18:52 +0000 [thread overview]
Message-ID: <E1JsdB6-0003Pd-Kh@cvs.savannah.gnu.org> (raw)
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)
reply other threads:[~2008-05-04 12:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1JsdB6-0003Pd-Kh@cvs.savannah.gnu.org \
--to=balrogg@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).