summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 1f773cfd2d..6862ddb08e 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -586,6 +586,11 @@ static const struct plugin_api rockbox_api = {
586#endif 586#endif
587 sound_unit, 587 sound_unit,
588 sound_val2phys, 588 sound_val2phys,
589 dsp_set_crossfeed,
590 dsp_set_eq,
591 dsp_dither_enable,
592 dsp_configure,
593 dsp_process,
589#endif /* CONFIG_CODEC == SWCODEC */ 594#endif /* CONFIG_CODEC == SWCODEC */
590}; 595};
591 596