diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 1f773cf..6862ddb 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -586,6 +586,11 @@ static const struct plugin_api rockbox_api = { #endif sound_unit, sound_val2phys, + dsp_set_crossfeed, + dsp_set_eq, + dsp_dither_enable, + dsp_configure, + dsp_process, #endif /* CONFIG_CODEC == SWCODEC */ }; |