summaryrefslogtreecommitdiff
path: root/apps/gui/pitchscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/pitchscreen.c')
-rw-r--r--apps/gui/pitchscreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/pitchscreen.c b/apps/gui/pitchscreen.c
index 5072031652..bbf29489b5 100644
--- a/apps/gui/pitchscreen.c
+++ b/apps/gui/pitchscreen.c
@@ -449,7 +449,7 @@ int gui_syncpitchscreen_run(void)
449 case ACTION_PS_TOGGLE_MODE: 449 case ACTION_PS_TOGGLE_MODE:
450 ++pitch_mode; 450 ++pitch_mode;
451#if CONFIG_CODEC == SWCODEC 451#if CONFIG_CODEC == SWCODEC
452 if (dsp_timestretch_enabled()) 452 if (dsp_timestretch_available())
453 { 453 {
454 if (pitch_mode > PITCH_MODE_TIMESTRETCH) 454 if (pitch_mode > PITCH_MODE_TIMESTRETCH)
455 pitch_mode = PITCH_MODE_ABSOLUTE; 455 pitch_mode = PITCH_MODE_ABSOLUTE;