projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91b40c5
)
audio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLL
author
Jan Kiszka
<jan.kiszka@web.de>
Sun, 13 Sep 2009 18:24:46 +0000
(22:24 +0400)
committer
malc
<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
patch
|
blob
|
history
diff --git
a/audio/audio.c
b/audio/audio.c
index e223cf3e828a58a4b2f7506c6d5c8df650f2fa0a..d8e54961fe3b37114505b66d83a0b3975f292be7 100644
(file)
--- 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 */