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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 07450661c2..a8c3c36651 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1371,9 +1371,11 @@ const struct settings_list settings[] = {
1371 OFFON_SETTING(F_SOUNDSETTING, dithering_enabled, LANG_DITHERING, false, 1371 OFFON_SETTING(F_SOUNDSETTING, dithering_enabled, LANG_DITHERING, false,
1372 "dithering enabled", dsp_dither_enable), 1372 "dithering enabled", dsp_dither_enable),
1373 1373
1374#ifdef HAVE_PITCHSCREEN
1374 /* timestretch */ 1375 /* timestretch */
1375 OFFON_SETTING(F_SOUNDSETTING, timestretch_enabled, LANG_TIMESTRETCH, false, 1376 OFFON_SETTING(F_SOUNDSETTING, timestretch_enabled, LANG_TIMESTRETCH, false,
1376 "timestretch enabled", dsp_timestretch_enable), 1377 "timestretch enabled", dsp_timestretch_enable),
1378#endif
1377 1379
1378 /* compressor */ 1380 /* compressor */
1379 INT_SETTING_NOWRAP(F_SOUNDSETTING, compressor_threshold, 1381 INT_SETTING_NOWRAP(F_SOUNDSETTING, compressor_threshold,