summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/settings_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index a586f0f596..985ea3f936 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -514,7 +514,7 @@ const struct settings_list settings[] = {
514 {F_T_INT,GS(eq_precut),LANG_EQUALIZER_PRECUT,INT(0), 514 {F_T_INT,GS(eq_precut),LANG_EQUALIZER_PRECUT,INT(0),
515 "eq precut",NULL,UNUSED}, 515 "eq precut",NULL,UNUSED},
516 /* 0..32768 Hz */ 516 /* 0..32768 Hz */
517 {F_T_INT,GS(eq_band0_cutoff),LANG_EQUALIZER_BAND_CUTOFF,INT(0), 517 {F_T_INT,GS(eq_band0_cutoff),LANG_EQUALIZER_BAND_CUTOFF,INT(60),
518 "eq band 0 cutoff",NULL,UNUSED}, 518 "eq band 0 cutoff",NULL,UNUSED},
519 {F_T_INT,GS(eq_band1_cutoff),LANG_EQUALIZER_BAND_CUTOFF,INT(200), 519 {F_T_INT,GS(eq_band1_cutoff),LANG_EQUALIZER_BAND_CUTOFF,INT(200),
520 "eq band 1 cutoff",NULL,UNUSED}, 520 "eq band 1 cutoff",NULL,UNUSED},