summaryrefslogtreecommitdiff
path: root/apps/menus/sound_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus/sound_menu.c')
-rw-r--r--apps/menus/sound_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/menus/sound_menu.c b/apps/menus/sound_menu.c
index 8090257a33..d24a9cd695 100644
--- a/apps/menus/sound_menu.c
+++ b/apps/menus/sound_menu.c
@@ -103,7 +103,7 @@ MENUITEM_SETTING(depth_3d, &global_settings.depth_3d, NULL);
103 &crossfeed, &crossfeed_direct_gain, &crossfeed_cross_gain, 103 &crossfeed, &crossfeed_direct_gain, &crossfeed_cross_gain,
104 &crossfeed_hf_attenuation, &crossfeed_hf_cutoff); 104 &crossfeed_hf_attenuation, &crossfeed_hf_cutoff);
105 105
106#ifdef HAVE_PITCHSCREEN 106#ifdef HAVE_PITCHCONTROL
107static int timestretch_callback(int action,const struct menu_item_ex *this_item) 107static int timestretch_callback(int action,const struct menu_item_ex *this_item)
108{ 108{
109 switch (action) 109 switch (action)
@@ -185,7 +185,7 @@ MAKE_MENU(sound_settings, ID2P(LANG_SOUND_SETTINGS), NULL, Icon_Audio,
185#endif 185#endif
186#if CONFIG_CODEC == SWCODEC 186#if CONFIG_CODEC == SWCODEC
187 ,&crossfeed_menu, &equalizer_menu, &dithering_enabled 187 ,&crossfeed_menu, &equalizer_menu, &dithering_enabled
188#ifdef HAVE_PITCHSCREEN 188#ifdef HAVE_PITCHCONTROL
189 ,&timestretch_enabled 189 ,&timestretch_enabled
190#endif 190#endif
191 ,&compressor_menu 191 ,&compressor_menu