audio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLL

Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
Jan Kiszka 2009-09-13 22:24:46 +04:00 committed by malc
parent 91b40c5be8
commit 0a90e344f0
1 changed files with 1 additions and 1 deletions

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