forked from len0rd/rockbox
Knock out at least some red/yellow from r30097.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30098 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a2b6703a36
commit
7996d6d3f9
3 changed files with 6 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue