From d6ad019af3ebb38a026821f7c34fe1c8818f14e6 Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Tue, 16 Jun 2009 07:10:05 +0000 Subject: Renamed routines and changed comments for clarity. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21309 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/pitchscreen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui/pitchscreen.c') 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) case ACTION_PS_TOGGLE_MODE: ++pitch_mode; #if CONFIG_CODEC == SWCODEC - if (dsp_timestretch_enabled()) + if (dsp_timestretch_available()) { if (pitch_mode > PITCH_MODE_TIMESTRETCH) pitch_mode = PITCH_MODE_ABSOLUTE; -- cgit v1.2.3