1
0
Fork 0
forked from len0rd/rockbox

Added new pcm playback api to the plugin api

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6217 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michiel Van Der Kolk 2005-03-20 23:05:44 +00:00
parent 3b8dcf5ebb
commit 457e138fff
2 changed files with 9 additions and 2 deletions

View file

@ -44,6 +44,7 @@
#include "mp3data.h"
#include "powermgmt.h"
#include "system.h"
#include "pcm_playback.h"
#ifdef HAVE_LCD_BITMAP
#include "peakmeter.h"
@ -268,7 +269,9 @@ static const struct plugin_api rockbox_api = {
#if CONFIG_KEYPAD == IRIVER_H100_PAD
button_hold,
#endif
pcm_play_data,
pcm_play_stop,
pcm_is_playing,
};
int plugin_load(const char* plugin, void* parameter)