summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2011-06-29 07:06:10 +0000
committerMichael Sevakis <jethead71@rockbox.org>2011-06-29 07:06:10 +0000
commit7996d6d3f99ad80385fdc85438d23139e5569d3c (patch)
tree3643a9d5397d268bc02d67ccf82c8d0ceba32afa /apps/plugin.h
parenta2b6703a369f6cdbfec1f150c408dadc877631fb (diff)
downloadrockbox-7996d6d3f99ad80385fdc85438d23139e5569d3c.zip
rockbox-7996d6d3f99ad80385fdc85438d23139e5569d3c.tar.gz
rockbox-7996d6d3f99ad80385fdc85438d23139e5569d3c.tar.bz2
rockbox-7996d6d3f99ad80385fdc85438d23139e5569d3c.tar.xz
Knock out at least some red/yellow from r30097.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30098 a1c6a512-1295-4272-9138-f99709370657
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 113296c..aa39829 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -908,8 +908,10 @@ struct plugin_api {
/* new stuff at the end, sort into place next time
the API gets incompatible */
+#if CONFIG_CODEC == SWCODEC
enum channel_status (*mixer_channel_status)(enum pcm_mixer_channel channel);
void * (*mixer_channel_get_buffer)(enum pcm_mixer_channel channel, int *count);
+#endif
};
/* plugin header */