mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Tweak paramters of mp3_play_data and callback.
Use generic void * and size_t and make mp3_play_data and its callback agree on types. Use mp3_play_callback_t instead of prototyping right in the function call (so it's not so messy to look at). Change doesn't appear to require plugin API version increment. Change-Id: Idcab2740ee316a2beb6e0a87b8f4934d9d6b3dd8
This commit is contained in:
parent
534117d1e0
commit
d18a5cad7f
13 changed files with 39 additions and 32 deletions
|
@ -42,7 +42,6 @@
|
|||
#include "usb_screen.h"
|
||||
#include "talk.h"
|
||||
#include "audio.h"
|
||||
#include "mp3_playback.h"
|
||||
#include "settings.h"
|
||||
#include "storage.h"
|
||||
#include "ata_idle_notify.h"
|
||||
|
@ -88,6 +87,8 @@
|
|||
#include "playback.h"
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
#include "voice_thread.h"
|
||||
#else
|
||||
#include "mp3_playback.h"
|
||||
#endif
|
||||
|
||||
#ifdef BOOTFILE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue