From 0dc2fb576045e73876973b9ac4f8a9434aa7e68e Mon Sep 17 00:00:00 2001 From: Jeffrey Goode Date: Wed, 12 Aug 2009 18:12:25 +0000 Subject: Adds DSP testing and WAV writing to test_codec git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22279 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 92df51d..238a01c 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 */ -- cgit v1.1