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, 0 insertions, 6 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 8a657999e2..fd03d93f43 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -229,12 +229,6 @@ struct user_settings
229 int rec_mic_gain; /* 0-15 */ 229 int rec_mic_gain; /* 0-15 */
230 int rec_left_gain; /* 0-15 */ 230 int rec_left_gain; /* 0-15 */
231 int rec_right_gain; /* 0-15 */ 231 int rec_right_gain; /* 0-15 */
232#ifdef HAVE_UDA1380
233 int rec_linein_decimator_left_gain; /* -128 .. 48 */
234 int rec_linein_decimator_right_gain; /* -128 .. 48 */
235 int rec_mic_decimator_left_gain; /* -128 .. 48 */
236 int rec_mic_decimator_right_gain; /* -128 .. 48 */
237#endif
238 bool rec_editable; /* true means that the bit reservoir is off */ 232 bool rec_editable; /* true means that the bit reservoir is off */
239 233
240 /* note: timesplit setting is not saved */ 234 /* note: timesplit setting is not saved */