summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-01-01 13:21:19 +0000
committerDave Chapman <dave@dchapman.com>2007-01-01 13:21:19 +0000
commitfd8bac806b8d93ffef588474c6dd391352203a73 (patch)
treed5762aa9cbbc303eaadbdcd627ee4c10bf5f4e28 /apps/plugin.c
parent044e793388667ac1e8de0e8b24c8f693479b0681 (diff)
downloadrockbox-fd8bac806b8d93ffef588474c6dd391352203a73.tar.gz
rockbox-fd8bac806b8d93ffef588474c6dd391352203a73.zip
Export pcm_* functions in plugin API in sim.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11879 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 2fbfe346b3..c2b697fe0b 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -322,6 +322,7 @@ static const struct plugin_api rockbox_api = {
322#if CONFIG_CODEC != SWCODEC 322#if CONFIG_CODEC != SWCODEC
323 bitswap, 323 bitswap,
324#endif 324#endif
325#endif
325#if CONFIG_CODEC == SWCODEC 326#if CONFIG_CODEC == SWCODEC
326 pcm_play_data, 327 pcm_play_data,
327 pcm_play_stop, 328 pcm_play_stop,
@@ -329,7 +330,6 @@ static const struct plugin_api rockbox_api = {
329 pcm_is_playing, 330 pcm_is_playing,
330 pcm_play_pause, 331 pcm_play_pause,
331#endif 332#endif
332#endif
333#if CONFIG_CODEC == SWCODEC 333#if CONFIG_CODEC == SWCODEC
334 pcm_calculate_peaks, 334 pcm_calculate_peaks,
335#endif 335#endif