diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 8c1ecb8..a497ad0 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -467,6 +467,7 @@ static const struct plugin_api rockbox_api = { dsp_process, dsp_input_count, dsp_output_count, + dsp_flush_limiter_buffer, #endif /* CONFIG_CODEC == SWCODEC */ /* playback control */ @@ -668,9 +669,6 @@ static const struct plugin_api rockbox_api = { appsversion, /* new stuff at the end, sort into place next time the API gets incompatible */ -#if CONFIG_CODEC == SWCODEC - dsp_flush_limiter_buffer, -#endif }; int plugin_load(const char* plugin, const void* parameter) |