1
0
Fork 0
forked from len0rd/rockbox

Renamed routines and changed comments for clarity.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21309 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Steve Bavin 2009-06-16 07:10:05 +00:00
parent e3cb71d6b1
commit d6ad019af3
4 changed files with 18 additions and 19 deletions

View file

@ -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;