]> git.proxmox.com Git - qemu.git/commitdiff
audio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLL
authorJan Kiszka <jan.kiszka@web.de>
Sun, 13 Sep 2009 18:24:46 +0000 (22:24 +0400)
committermalc <av1474@comtv.ru>
Sun, 13 Sep 2009 18:50:33 +0000 (22:50 +0400)
Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
Signed-off-by: malc <av1474@comtv.ru>
audio/audio.c

index e223cf3e828a58a4b2f7506c6d5c8df650f2fa0a..d8e54961fe3b37114505b66d83a0b3975f292be7 100644 (file)
@@ -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 */