qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT 0a90e34] audio: Fix typo that broke QEMU_AUDIO_AD


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 0a90e34] audio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLL
Date: Sun, 13 Sep 2009 18:56:44 -0000

From: Jan Kiszka <address@hidden>

Signed-off-by: Jan Kiszka <address@hidden>
Signed-off-by: malc <address@hidden>

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 */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]