summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-07-19 19:32:29 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-07-19 19:32:29 +0000
commitb8bd1ee557c58119178715a15f98dfcb56c80dee (patch)
tree9f1efe7d392425b3865781b2562b4fd71cdc672b /apps/plugin.c
parent9511526410e38e8ca3855c9e99c2a64592849f2a (diff)
downloadrockbox-b8bd1ee557c58119178715a15f98dfcb56c80dee.tar.gz
rockbox-b8bd1ee557c58119178715a15f98dfcb56c80dee.zip
MpegPlayer: Add a simple messaging scheme for sending stream commands. Remove the need to disable FIQ when adding to PCM buffer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13931 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 793114539e..aff24e0059 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -488,13 +488,12 @@ static const struct plugin_api rockbox_api = {
488#endif 488#endif
489 /* new stuff at the end, sort into place next time 489 /* new stuff at the end, sort into place next time
490 the API gets incompatible */ 490 the API gets incompatible */
491#if NUM_CORES > 1 491
492#if (CONFIG_CODEC == SWCODEC)
492 spinlock_init, 493 spinlock_init,
493 spinlock_lock, 494 spinlock_lock,
494 spinlock_unlock, 495 spinlock_unlock,
495#endif
496 496
497#if (CONFIG_CODEC == SWCODEC)
498 codec_load_file, 497 codec_load_file,
499 get_codec_filename, 498 get_codec_filename,
500 get_metadata, 499 get_metadata,