summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/settings_list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index eaa3b17e0c..a79429c469 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1640,8 +1640,8 @@ const struct settings_list settings[] = {
1640 OFFON_SETTING(F_SOUNDSETTING, dithering_enabled, LANG_DITHERING, false, 1640 OFFON_SETTING(F_SOUNDSETTING, dithering_enabled, LANG_DITHERING, false,
1641 "dithering enabled", dsp_dither_enable), 1641 "dithering enabled", dsp_dither_enable),
1642 /* surround */ 1642 /* surround */
1643 TABLE_SETTING(F_TIME_SETTING | F_SOUNDSETTING, surround_enabled, 1643 TABLE_SETTING(F_TIME_SETTING | F_SOUNDSETTING | F_ALLOW_ARBITRARY_VALS,
1644 LANG_SURROUND, 0, "surround enabled", off, 1644 surround_enabled, LANG_SURROUND, 0, "surround enabled", off,
1645 UNIT_MS, formatter_time_unit_0_is_off, 1645 UNIT_MS, formatter_time_unit_0_is_off,
1646 getlang_time_unit_0_is_off, 1646 getlang_time_unit_0_is_off,
1647 dsp_surround_enable, 6, 1647 dsp_surround_enable, 6,