summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 92df51dbac..238a01c322 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -465,6 +465,8 @@ static const struct plugin_api rockbox_api = {
465 dsp_dither_enable, 465 dsp_dither_enable,
466 dsp_configure, 466 dsp_configure,
467 dsp_process, 467 dsp_process,
468 dsp_input_count,
469 dsp_output_count,
468#endif /* CONFIG_CODEC == SWCODEC */ 470#endif /* CONFIG_CODEC == SWCODEC */
469 471
470 /* playback control */ 472 /* playback control */