summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 9ba4396f9d..d6a21e8ef6 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -341,6 +341,9 @@ struct user_settings
341 4 = 24kHz 341 4 = 24kHz
342 5 = 16kHz */ 342 5 = 16kHz */
343 int rec_channels; /* 0=Stereo, 1=Mono */ 343 int rec_channels; /* 0=Stereo, 1=Mono */
344#if CONFIG_CODEC == SWCODEC
345 int rec_mono_mode; /* how to create mono: L, R, L+R */
346#endif
344 int rec_mic_gain; /* depends on target */ 347 int rec_mic_gain; /* depends on target */
345 int rec_left_gain; /* depends on target */ 348 int rec_left_gain; /* depends on target */
346 int rec_right_gain; /* depands on target */ 349 int rec_right_gain; /* depands on target */