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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index eb3c76865d..1c41954390 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -876,8 +876,13 @@ const struct settings_list settings[] = {
876 876
877#ifdef AUDIOHW_HAVE_FILTER_ROLL_OFF 877#ifdef AUDIOHW_HAVE_FILTER_ROLL_OFF
878 CHOICE_SETTING(F_SOUNDSETTING, roll_off, LANG_FILTER_ROLL_OFF, 0, 878 CHOICE_SETTING(F_SOUNDSETTING, roll_off, LANG_FILTER_ROLL_OFF, 0,
879#ifndef AUDIOHW_HAVE_SHORT_ROLL_OFF
879 "roll_off", "sharp,slow", sound_set_filter_roll_off, 880 "roll_off", "sharp,slow", sound_set_filter_roll_off,
880 2, ID2P(LANG_FILTER_SHARP), ID2P(LANG_FILTER_SLOW)), 881 2, ID2P(LANG_FILTER_SHARP), ID2P(LANG_FILTER_SLOW)),
882#else
883 "roll_off", "sharp,slow,short,bypass", sound_set_filter_roll_off,
884 4, ID2P(LANG_FILTER_SHARP), ID2P(LANG_FILTER_SLOW), ID2P(LANG_FILTER_SHORT), ID2P(LANG_FILTER_BYPASS)),
885#endif
881#endif 886#endif
882 887
883 /* playback */ 888 /* playback */