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 47f2465..a1ffa3a 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -448,6 +448,7 @@ static const struct plugin_api rockbox_api = { pcm_play_pause, pcm_get_bytes_waiting, pcm_calculate_peaks, + pcm_get_peak_buffer, pcm_play_lock, pcm_play_unlock, #ifdef HAVE_RECORDING |