From: Jan Kiszka <jan.kiszka@web.de>
To: malc <av1474@comtv.ru>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: [Qemu-devel] Re: Audio
Date: Sun, 13 Sep 2009 13:30:35 +0200 [thread overview]
Message-ID: <4AACD7DB.2080800@web.de> (raw)
In-Reply-To: <Pine.LNX.4.64.0909120332550.12944@linmac.oyster.ru>
[-- Attachment #1: Type: text/plain, Size: 1023 bytes --]
malc wrote:
> The code was just commited that enables "polling" audio mode (oss and
> alsa), it's also unconditionally enabled now to obtain some testing
> coverage, so please give it a whirl, feedback is welcome.
CPU load goes to 100% when starting my Musicpal image. Applying the fix
below and disabling polling again cures this effect here.
Jan
--------->
audio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLL
From: Jan Kiszka <jan.kiszka@web.de>
Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
---
audio/audio.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/audio/audio.c b/audio/audio.c
index e223cf3..d8e5496 100644
--- a/audio/audio.c
+++ b/audio/audio.c
@@ -1607,7 +1607,7 @@ static struct audio_option audio_options[] = {
{
.name = "ADC_TRY_POLL",
.tag = AUD_OPT_BOOL,
- .valp = &conf.try_poll_out,
+ .valp = &conf.try_poll_in,
.descr = "Attempt using poll mode for ADC"
},
/* Misc */
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]
next prev parent reply other threads:[~2009-09-13 11:30 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-11 23:34 [Qemu-devel] Audio malc
2009-09-13 11:30 ` Jan Kiszka [this message]
2009-09-13 18:52 ` [Qemu-devel] Audio malc
2009-09-13 19:57 ` Jan Kiszka
2009-09-13 20:07 ` Jan Kiszka
2009-09-14 0:02 ` malc
2009-09-14 6:18 ` Jan Kiszka
2009-09-14 21:13 ` malc
2009-09-14 21:30 ` [Qemu-devel] Solaris SPARC guest on QEMU Luis Freitas
2009-09-15 6:33 ` Laurent Vivier
2009-09-15 23:31 ` Luis Freitas
2009-09-15 8:55 ` Artyom Tarasenko
2009-09-15 19:19 ` Blue Swirl
2009-09-15 21:08 ` Stuart Brady
2009-09-16 8:28 ` Artyom Tarasenko
2009-09-16 15:38 ` Luis Freitas
2009-09-16 16:33 ` Artyom Tarasenko
2009-09-15 20:11 ` [Qemu-devel] Re: Audio Jan Kiszka
2009-09-18 18:49 ` Jan Kiszka
2009-09-18 19:29 ` malc
2009-09-13 23:31 ` malc
2009-09-15 11:28 ` Avi Kivity
2009-09-22 11:24 ` malc
-- strict thread matches above, loose matches on Subject: below --
2004-11-05 18:47 [Qemu-devel] Audio malc
2004-11-05 20:35 ` [Qemu-devel] Audio Ronald
2004-11-05 20:38 ` André Braga
2004-11-05 20:46 ` malc
[not found] <Pine.LNX.4.55.0410311815320.2162@home.oyster.ru>
2004-11-01 12:32 ` Ronald
2004-11-01 12:43 ` malc
[not found] ` <4185ADFA.7010102@brittainweb.org>
2004-11-01 12:06 ` [Qemu-devel] Audio malc
2004-11-04 17:14 ` Jason Brittain
2004-11-04 19:12 ` [Qemu-devel] Audio Ronald
2004-11-04 19:18 ` Jason Brittain
2004-11-04 19:34 ` Jason Brittain
2004-11-04 20:03 ` malc
2004-11-05 3:22 ` Jason Brittain
2004-11-05 6:28 ` Jens Arm
2004-11-05 8:01 ` Jens Arm
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=4AACD7DB.2080800@web.de \
--to=jan.kiszka@web.de \
--cc=av1474@comtv.ru \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.