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.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 78d1fc8700..61874787b9 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1528,12 +1528,14 @@ const struct settings_list settings[] = {
1528#endif 1528#endif
1529 OFFON_SETTING(0, prevent_skip, LANG_PREVENT_SKIPPING, false, "prevent track skip", NULL), 1529 OFFON_SETTING(0, prevent_skip, LANG_PREVENT_SKIPPING, false, "prevent track skip", NULL),
1530 1530
1531 OFFON_SETTING(0, pitch_mode_semitone, LANG_SEMITONE, false, 1531#ifdef HAVE_PITCHSCREEN
1532 OFFON_SETTING(0, pitch_mode_semitone, LANG_SEMITONE, false,
1532 "Semitone pitch change", NULL), 1533 "Semitone pitch change", NULL),
1533#if CONFIG_CODEC == SWCODEC 1534#if CONFIG_CODEC == SWCODEC
1534 OFFON_SETTING(0, pitch_mode_timestretch, LANG_TIMESTRETCH, false, 1535 OFFON_SETTING(0, pitch_mode_timestretch, LANG_TIMESTRETCH, false,
1535 "Timestretch mode", NULL), 1536 "Timestretch mode", NULL),
1536#endif 1537#endif
1538#endif
1537 1539
1538}; 1540};
1539 1541