summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index c26d06dd07..ac1825180e 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -311,8 +311,10 @@ static const struct plugin_api rockbox_api = {
311#if !defined(SIMULATOR) && (CONFIG_CODEC != SWCODEC) 311#if !defined(SIMULATOR) && (CONFIG_CODEC != SWCODEC)
312 mpeg_get_last_header, 312 mpeg_get_last_header,
313#endif 313#endif
314 314#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F) || \
315 (CONFIG_CODEC == SWCODEC)
315 sound_set_pitch, 316 sound_set_pitch,
317#endif
316 318
317#if !defined(SIMULATOR) && (CONFIG_CODEC != SWCODEC) 319#if !defined(SIMULATOR) && (CONFIG_CODEC != SWCODEC)
318 /* MAS communication */ 320 /* MAS communication */