summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/apps/settings.c b/apps/settings.c
index fd1b530890..07db21ef66 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -508,28 +508,6 @@ static const struct bit_entry hd_bits[] =
508#endif 508#endif
509#endif /* HAVE_LCD_BITMAP */ 509#endif /* HAVE_LCD_BITMAP */
510 510
511#if CONFIG_CODEC == SWCODEC
512 {1, S_O(eq_enabled), false, "eq enabled", off_on },
513 /* 0..32768 Hz */
514 {15, S_O(eq_band0_cutoff), 60, "eq band 0 cutoff", NULL },
515 {15, S_O(eq_band1_cutoff), 200, "eq band 1 cutoff", NULL },
516 {15, S_O(eq_band2_cutoff), 800, "eq band 2 cutoff", NULL },
517 {15, S_O(eq_band3_cutoff), 4000, "eq band 3 cutoff", NULL },
518 {15, S_O(eq_band4_cutoff), 12000, "eq band 4 cutoff", NULL },
519 /* 0..64 (or 0.0 to 6.4) */
520 {6, S_O(eq_band0_q), 7, "eq band 0 q", NULL },
521 {6, S_O(eq_band1_q), 10, "eq band 1 q", NULL },
522 {6, S_O(eq_band2_q), 10, "eq band 2 q", NULL },
523 {6, S_O(eq_band3_q), 10, "eq band 3 q", NULL },
524 {6, S_O(eq_band4_q), 7, "eq band 4 q", NULL },
525 /* -240..240 (or -24db to +24db) */
526 {9|SIGNED, S_O(eq_band0_gain), 0, "eq band 0 gain", NULL },
527 {9|SIGNED, S_O(eq_band1_gain), 0, "eq band 1 gain", NULL },
528 {9|SIGNED, S_O(eq_band2_gain), 0, "eq band 2 gain", NULL },
529 {9|SIGNED, S_O(eq_band3_gain), 0, "eq band 3 gain", NULL },
530 {9|SIGNED, S_O(eq_band4_gain), 0, "eq band 4 gain", NULL },
531#endif
532
533 /* If values are just added to the end, no need to bump the version. */ 511 /* If values are just added to the end, no need to bump the version. */
534 /* new stuff to be added at the end */ 512 /* new stuff to be added at the end */
535 513