summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2022-12-12 03:02:48 -0500
committerWilliam Wilgus <me.theuser@yahoo.com>2022-12-12 03:15:38 -0500
commit2b79ad43bdac59c422d860b7e3f16dc28ff935d4 (patch)
treee79384222ebf46615419d6585a1583513ab44b42 /apps
parent863538c50a82478f239d634c022bb0b2d0149813 (diff)
downloadrockbox-2b79ad43bdac59c422d860b7e3f16dc28ff935d4.tar.gz
rockbox-2b79ad43bdac59c422d860b7e3f16dc28ff935d4.zip
Haas Surround add flag so the settings can be read back from the config file
not sure how long this has been broken Change-Id: Ifdbfff1e43f3cd6b5ef1c66d45b6b6f38f60cb95
Diffstat (limited to 'apps')
-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,