diff options
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index bfb7f0e9c1..6b3d39973f 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -781,6 +781,7 @@ static const struct plugin_api rockbox_api = { #if CONFIG_CODEC == SWCODEC mixer_channel_status, mixer_channel_get_buffer, + mixer_channel_calculate_peaks, #endif }; |