summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 0192590361..78c3aa9370 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -580,6 +580,8 @@ static const struct plugin_api rockbox_api = {
580 trigger_cpu_boost, 580 trigger_cpu_boost,
581 cancel_cpu_boost, 581 cancel_cpu_boost,
582#endif 582#endif
583 sound_unit,
584 sound_val2phys,
583#endif /* CONFIG_CODEC == SWCODEC */ 585#endif /* CONFIG_CODEC == SWCODEC */
584}; 586};
585 587