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:
parent
e3cb71d6b1
commit
d6ad019af3
4 changed files with 18 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue