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:
parent
91b40c5be8
commit
0a90e344f0
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user