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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menus/sound_menu.c b/apps/menus/sound_menu.c
index bfba8171da..1723d9779e 100644
--- a/apps/menus/sound_menu.c
+++ b/apps/menus/sound_menu.c
@@ -94,7 +94,7 @@ static int timestretch_callback(int action,const struct menu_item_ex *this_item)
94 switch (action) 94 switch (action)
95 { 95 {
96 case ACTION_EXIT_MENUITEM: /* on exit */ 96 case ACTION_EXIT_MENUITEM: /* on exit */
97 if (global_settings.timestretch_enabled && !dsp_timestretch_enabled()) 97 if (global_settings.timestretch_enabled && !dsp_timestretch_available())
98 splash(HZ*2, ID2P(LANG_PLEASE_REBOOT)); 98 splash(HZ*2, ID2P(LANG_PLEASE_REBOOT));
99 break; 99 break;
100 } 100 }