summaryrefslogtreecommitdiffstats
path: root/apps/plugin.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2013-07-05 22:54:02 -0400
committerMichael Sevakis <jethead71@rockbox.org>2013-07-05 22:54:02 -0400
commit91ff99c2adc6787c75346c882435657db3949c60 (patch)
treea955d24c350ef224553af18a65d42b4bac5c7851 /apps/plugin.h
parent74f90bdb187be0388f18d314206f6d39e31f42db (diff)
downloadrockbox-91ff99c2adc6787c75346c882435657db3949c60.tar.gz
rockbox-91ff99c2adc6787c75346c882435657db3949c60.zip
...and mixer_set/get_frequency is SWCODEC only! :-)
Change-Id: I6badf687ef330abf79f2e1a809d8b2f93ba4e911
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index f926b3428d..874b9b4a56 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -970,8 +970,10 @@ struct plugin_api {
/* new stuff at the end, sort into place next time
the API gets incompatible */
+#if CONFIG_CODEC == SWCODEC
void (*mixer_set_frequency)(unsigned int samplerate);
unsigned int (*mixer_get_frequency)(void);
+#endif
};
/* plugin header */