Whoops, the Archos Player/Studio doesn't have the ability to change pitch..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9176 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5b93eb6f74
commit
c5b63269fc
2 changed files with 4 additions and 0 deletions
|
@ -909,10 +909,12 @@ int onplay(char* file, int attr, int from)
|
|||
}
|
||||
if (context == CONTEXT_WPS)
|
||||
{
|
||||
#if (CONFIG_KEYPAD != PLAYER_PAD)
|
||||
/* Pitch screen access */
|
||||
items[i].desc = ID2P(LANG_PITCH);
|
||||
items[i].function = pitch_screen;
|
||||
i++;
|
||||
#endif
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
/* Equalizer menu items */
|
||||
items[i].desc = ID2P(LANG_EQUALIZER_GRAPHICAL);
|
||||
|
|
|
@ -345,6 +345,7 @@ int charging_screen(void)
|
|||
}
|
||||
#endif /* HAVE_CHARGING && !HAVE_POWEROFF_WHILE_CHARGING */
|
||||
|
||||
#if (CONFIG_KEYPAD != PLAYER_PAD)
|
||||
/* returns:
|
||||
0 if no key was pressed
|
||||
1 if USB was connected */
|
||||
|
@ -457,6 +458,7 @@ bool pitch_screen(void)
|
|||
lcd_setfont(FONT_UI);
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
#if (CONFIG_KEYPAD == RECORDER_PAD) || (CONFIG_KEYPAD == IRIVER_H100_PAD) ||\
|
||||
(CONFIG_KEYPAD == IRIVER_H300_PAD)
|
||||
|
|
Loading…
Reference in a new issue