diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2013-07-05 22:54:02 -0400 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2013-07-05 22:54:02 -0400 |
| commit | 91ff99c2adc6787c75346c882435657db3949c60 (patch) | |
| tree | a955d24c350ef224553af18a65d42b4bac5c7851 /apps/plugin.h | |
| parent | 74f90bdb187be0388f18d314206f6d39e31f42db (diff) | |
| download | rockbox-91ff99c2adc6787c75346c882435657db3949c60.zip rockbox-91ff99c2adc6787c75346c882435657db3949c60.tar.gz rockbox-91ff99c2adc6787c75346c882435657db3949c60.tar.bz2 rockbox-91ff99c2adc6787c75346c882435657db3949c60.tar.xz | |
...and mixer_set/get_frequency is SWCODEC only! :-)
Change-Id: I6badf687ef330abf79f2e1a809d8b2f93ba4e911
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index f926b34..874b9b4 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 */ |