summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r--apps/settings_list.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index ec34a96dc5..c1b40a64b6 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -778,6 +778,13 @@ const struct settings_list settings[] = {
778 SOUND_SETTING(0,depth_3d, LANG_DEPTH_3D, "3-d enhancement", 778 SOUND_SETTING(0,depth_3d, LANG_DEPTH_3D, "3-d enhancement",
779 SOUND_DEPTH_3D), 779 SOUND_DEPTH_3D),
780#endif 780#endif
781
782#ifdef AUDIOHW_HAVE_FILTER_ROLL_OFF
783 CHOICE_SETTING(F_SOUNDSETTING, roll_off, LANG_FILTER_ROLL_OFF, 0,
784 "roll_off", "sharp,slow", sound_set_filter_roll_off,
785 2, ID2P(LANG_FILTER_SHARP), ID2P(LANG_FILTER_SLOW)),
786#endif
787
781 /* playback */ 788 /* playback */
782 OFFON_SETTING(0, playlist_shuffle, LANG_SHUFFLE, false, "shuffle", NULL), 789 OFFON_SETTING(0, playlist_shuffle, LANG_SHUFFLE, false, "shuffle", NULL),
783 SYSTEM_SETTING(NVRAM(4), resume_index, -1), 790 SYSTEM_SETTING(NVRAM(4), resume_index, -1),