summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 63349c646e..18c566b980 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -176,7 +176,12 @@ struct user_settings
176 int rec_mic_gain; /* 0-15 */ 176 int rec_mic_gain; /* 0-15 */
177 int rec_left_gain; /* 0-15 */ 177 int rec_left_gain; /* 0-15 */
178 int rec_right_gain; /* 0-15 */ 178 int rec_right_gain; /* 0-15 */
179#ifdef HAVE_UDA1380
180 int rec_adc_left_gain; /* -128 .. 48 */
181 int rec_adc_right_gain; /* -128 .. 48 */
182#endif
179 bool rec_editable; /* true means that the bit reservoir is off */ 183 bool rec_editable; /* true means that the bit reservoir is off */
184 bool rec_monitor; /* true means that one can listen to what is being recorded */
180 185
181 /* note: timesplit setting is not saved */ 186 /* note: timesplit setting is not saved */
182 int rec_timesplit; /* 0 = off, 187 int rec_timesplit; /* 0 = off,