diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index e4c95cd..a3c8685 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -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) |