diff options
| author | Jeffrey Goode <jeffg7@gmail.com> | 2009-08-18 03:24:45 +0000 |
|---|---|---|
| committer | Jeffrey Goode <jeffg7@gmail.com> | 2009-08-18 03:24:45 +0000 |
| commit | 2b7ef6b92880249e64639768012266e65f5d14cc (patch) | |
| tree | 119d27b90177426b8c01da7d3f5a4e1d884a01ee /apps/plugin.c | |
| parent | f451108fa857fe16f35fa3beb5278e36fed74c67 (diff) | |
| download | rockbox-2b7ef6b92880249e64639768012266e65f5d14cc.zip rockbox-2b7ef6b92880249e64639768012266e65f5d14cc.tar.gz rockbox-2b7ef6b92880249e64639768012266e65f5d14cc.tar.bz2 rockbox-2b7ef6b92880249e64639768012266e65f5d14cc.tar.xz | |
FS#10199: Adds limiter DSP function
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22394 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index e9acc97..674740c 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -668,7 +668,7 @@ static const struct plugin_api rockbox_api = { appsversion, /* new stuff at the end, sort into place next time the API gets incompatible */ - + dsp_flush_limiter_buffer, }; int plugin_load(const char* plugin, const void* parameter) |