forked from len0rd/rockbox
eq settings: fix the lang string used for the center band string
Change-Id: Id8d14a547fc2ec8005a8df44ca311c3e171a4b37
This commit is contained in:
parent
93fb11683e
commit
db251fa7b6
1 changed files with 5 additions and 5 deletions
|
|
@ -1451,19 +1451,19 @@ const struct settings_list settings[] = {
|
||||||
INT_SETTING_NOWRAP(F_EQSETTING, eq_band_settings[3].cutoff, LANG_EQUALIZER_BAND_CENTER,
|
INT_SETTING_NOWRAP(F_EQSETTING, eq_band_settings[3].cutoff, LANG_EQUALIZER_BAND_CENTER,
|
||||||
250, "eq band 3 cutoff", UNIT_HERTZ, EQ_CUTOFF_MIN,
|
250, "eq band 3 cutoff", UNIT_HERTZ, EQ_CUTOFF_MIN,
|
||||||
EQ_CUTOFF_MAX, EQ_CUTOFF_STEP, NULL, NULL, NULL),
|
EQ_CUTOFF_MAX, EQ_CUTOFF_STEP, NULL, NULL, NULL),
|
||||||
INT_SETTING_NOWRAP(F_EQSETTING, eq_band_settings[4].cutoff, LANG_EQUALIZER_BAND_CUTOFF,
|
INT_SETTING_NOWRAP(F_EQSETTING, eq_band_settings[4].cutoff, LANG_EQUALIZER_BAND_CENTER,
|
||||||
500, "eq band 4 cutoff", UNIT_HERTZ, EQ_CUTOFF_MIN,
|
500, "eq band 4 cutoff", UNIT_HERTZ, EQ_CUTOFF_MIN,
|
||||||
EQ_CUTOFF_MAX, EQ_CUTOFF_STEP, NULL, NULL, NULL),
|
EQ_CUTOFF_MAX, EQ_CUTOFF_STEP, NULL, NULL, NULL),
|
||||||
INT_SETTING_NOWRAP(F_EQSETTING, eq_band_settings[5].cutoff, LANG_EQUALIZER_BAND_CUTOFF,
|
INT_SETTING_NOWRAP(F_EQSETTING, eq_band_settings[5].cutoff, LANG_EQUALIZER_BAND_CENTER,
|
||||||
1000, "eq band 5 cutoff", UNIT_HERTZ, EQ_CUTOFF_MIN,
|
1000, "eq band 5 cutoff", UNIT_HERTZ, EQ_CUTOFF_MIN,
|
||||||
EQ_CUTOFF_MAX, EQ_CUTOFF_STEP, NULL, NULL, NULL),
|
EQ_CUTOFF_MAX, EQ_CUTOFF_STEP, NULL, NULL, NULL),
|
||||||
INT_SETTING_NOWRAP(F_EQSETTING, eq_band_settings[6].cutoff, LANG_EQUALIZER_BAND_CUTOFF,
|
INT_SETTING_NOWRAP(F_EQSETTING, eq_band_settings[6].cutoff, LANG_EQUALIZER_BAND_CENTER,
|
||||||
2000, "eq band 6 cutoff", UNIT_HERTZ, EQ_CUTOFF_MIN,
|
2000, "eq band 6 cutoff", UNIT_HERTZ, EQ_CUTOFF_MIN,
|
||||||
EQ_CUTOFF_MAX, EQ_CUTOFF_STEP, NULL, NULL, NULL),
|
EQ_CUTOFF_MAX, EQ_CUTOFF_STEP, NULL, NULL, NULL),
|
||||||
INT_SETTING_NOWRAP(F_EQSETTING, eq_band_settings[7].cutoff, LANG_EQUALIZER_BAND_CUTOFF,
|
INT_SETTING_NOWRAP(F_EQSETTING, eq_band_settings[7].cutoff, LANG_EQUALIZER_BAND_CENTER,
|
||||||
4000, "eq band 7 cutoff", UNIT_HERTZ, EQ_CUTOFF_MIN,
|
4000, "eq band 7 cutoff", UNIT_HERTZ, EQ_CUTOFF_MIN,
|
||||||
EQ_CUTOFF_MAX, EQ_CUTOFF_STEP, NULL, NULL, NULL),
|
EQ_CUTOFF_MAX, EQ_CUTOFF_STEP, NULL, NULL, NULL),
|
||||||
INT_SETTING_NOWRAP(F_EQSETTING, eq_band_settings[8].cutoff, LANG_EQUALIZER_BAND_CUTOFF,
|
INT_SETTING_NOWRAP(F_EQSETTING, eq_band_settings[8].cutoff, LANG_EQUALIZER_BAND_CENTER,
|
||||||
8000, "eq band 8 cutoff", UNIT_HERTZ, EQ_CUTOFF_MIN,
|
8000, "eq band 8 cutoff", UNIT_HERTZ, EQ_CUTOFF_MIN,
|
||||||
EQ_CUTOFF_MAX, EQ_CUTOFF_STEP, NULL, NULL, NULL),
|
EQ_CUTOFF_MAX, EQ_CUTOFF_STEP, NULL, NULL, NULL),
|
||||||
INT_SETTING_NOWRAP(F_EQSETTING, eq_band_settings[9].cutoff, LANG_EQUALIZER_BAND_CUTOFF,
|
INT_SETTING_NOWRAP(F_EQSETTING, eq_band_settings[9].cutoff, LANG_EQUALIZER_BAND_CUTOFF,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue