summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 6efaacbaf3..20877b1f75 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -217,8 +217,10 @@ struct user_settings
217 int rec_left_gain; /* 0-15 */ 217 int rec_left_gain; /* 0-15 */
218 int rec_right_gain; /* 0-15 */ 218 int rec_right_gain; /* 0-15 */
219#ifdef HAVE_UDA1380 219#ifdef HAVE_UDA1380
220 int rec_adc_left_gain; /* -128 .. 48 */ 220 int rec_linein_decimator_left_gain; /* -128 .. 48 */
221 int rec_adc_right_gain; /* -128 .. 48 */ 221 int rec_linein_decimator_right_gain; /* -128 .. 48 */
222 int rec_mic_decimator_left_gain; /* -128 .. 48 */
223 int rec_mic_decimator_right_gain; /* -128 .. 48 */
222#endif 224#endif
223 bool rec_editable; /* true means that the bit reservoir is off */ 225 bool rec_editable; /* true means that the bit reservoir is off */
224 226