forked from len0rd/rockbox
Don't bitswap on the iRiver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6583 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a9d62c34d7
commit
a12ccabf04
3 changed files with 6 additions and 0 deletions
|
|
@ -276,7 +276,9 @@ struct plugin_api {
|
|||
void (*mp3_play_pause)(bool play);
|
||||
void (*mp3_play_stop)(void);
|
||||
bool (*mp3_is_playing)(void);
|
||||
#if CONFIG_HWCODEC != MASNONE
|
||||
void (*bitswap)(unsigned char *data, int length);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* playback control */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue