summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorJeffrey Goode <jeffg7@gmail.com>2009-08-12 18:12:25 +0000
committerJeffrey Goode <jeffg7@gmail.com>2009-08-12 18:12:25 +0000
commit0dc2fb576045e73876973b9ac4f8a9434aa7e68e (patch)
tree3fa61a3aeae0d09affb55eb4a5950a48a502ea66 /apps/plugin.c
parent27934e26b7b8ea470db4c92936e61c835635ac0b (diff)
Adds DSP testing and WAV writing to test_codec
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22279 a1c6a512-1295-4272-9138-f99709370657
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 = {
dsp_dither_enable,
dsp_configure,
dsp_process,
+ dsp_input_count,
+ dsp_output_count,
#endif /* CONFIG_CODEC == SWCODEC */
/* playback control */