| Submitter | Jan Kiszka |
|---|---|
| Date | Sept. 13, 2009, 11:30 a.m. |
| Message ID | <4AACD7DB.2080800@web.de> |
| Download | mbox | patch |
| Permalink | /patch/33548/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/audio/audio.c b/audio/audio.c index e223cf3..d8e5496 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 */