diff options
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 8d8d25fc99..c950c665d0 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -220,6 +220,16 @@ static struct plugin_api rockbox_api = { mp3info, count_mp3_frames, create_xing_header, + +#ifndef SIMULATOR + mas_readmem, + mas_writemem, + mas_readreg, + mas_writereg, +#ifdef HAVE_MAS3587F + mas_codec_writereg, +#endif +#endif }; int plugin_load(char* plugin, void* parameter) |