1
0
Fork 0
forked from len0rd/rockbox

Bump plugin api and sort.

Change-Id: I8b8ab58abbd40726326b8b47bd6bbb07580b5ce4
This commit is contained in:
Thomas Martitz 2013-12-14 23:15:45 +01:00
parent 50eb528bc1
commit 1fc19042f7
2 changed files with 6 additions and 13 deletions

View file

@ -588,6 +588,8 @@ static const struct plugin_api rockbox_api = {
mixer_channel_set_amplitude,
mixer_channel_get_bytes_waiting,
mixer_channel_set_buffer_hook,
mixer_set_frequency,
mixer_get_frequency,
system_sound_play,
keyclick_click,
@ -797,11 +799,6 @@ static const struct plugin_api rockbox_api = {
/* new stuff at the end, sort into place next time
the API gets incompatible */
#if CONFIG_CODEC == SWCODEC
mixer_set_frequency,
mixer_get_frequency,
#endif
};
int plugin_load(const char* plugin, const void* parameter)