diff options
Diffstat (limited to 'audio/audio.c')
-rw-r--r-- | audio/audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audio.c b/audio/audio.c index e223cf3e82..d8e54961fe 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 */ |