summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 10cb9263a4..bfb7f0e9c1 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -778,9 +778,10 @@ static const struct plugin_api rockbox_api = {
778 778
779 /* new stuff at the end, sort into place next time 779 /* new stuff at the end, sort into place next time
780 the API gets incompatible */ 780 the API gets incompatible */
781 781#if CONFIG_CODEC == SWCODEC
782 mixer_channel_status, 782 mixer_channel_status,
783 mixer_channel_get_buffer, 783 mixer_channel_get_buffer,
784#endif
784}; 785};
785 786
786int plugin_load(const char* plugin, const void* parameter) 787int plugin_load(const char* plugin, const void* parameter)