forked from len0rd/rockbox
Bump plugin api and sort.
Change-Id: I8b8ab58abbd40726326b8b47bd6bbb07580b5ce4
This commit is contained in:
parent
50eb528bc1
commit
1fc19042f7
2 changed files with 6 additions and 13 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue