forked from len0rd/rockbox
Plugin API/ABI got incompatible r30242. Bump and sort.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30243 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
98096970e0
commit
589879bb3d
2 changed files with 30 additions and 31 deletions
|
|
@ -572,8 +572,19 @@ static const struct plugin_api rockbox_api = {
|
|||
dsp_process,
|
||||
dsp_input_count,
|
||||
dsp_output_count,
|
||||
#endif /* CONFIG_CODEC == SWCODEC */
|
||||
|
||||
mixer_channel_status,
|
||||
mixer_channel_get_buffer,
|
||||
mixer_channel_calculate_peaks,
|
||||
mixer_channel_play_data,
|
||||
mixer_channel_play_pause,
|
||||
mixer_channel_stop,
|
||||
mixer_channel_set_amplitude,
|
||||
mixer_channel_get_bytes_waiting,
|
||||
|
||||
system_sound_play,
|
||||
keyclick_click,
|
||||
#endif
|
||||
/* playback control */
|
||||
playlist_amount,
|
||||
playlist_resume,
|
||||
|
|
@ -778,18 +789,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_channel_status,
|
||||
mixer_channel_get_buffer,
|
||||
mixer_channel_calculate_peaks,
|
||||
mixer_channel_play_data,
|
||||
mixer_channel_play_pause,
|
||||
mixer_channel_stop,
|
||||
mixer_channel_set_amplitude,
|
||||
mixer_channel_get_bytes_waiting,
|
||||
system_sound_play,
|
||||
keyclick_click,
|
||||
#endif
|
||||
};
|
||||
|
||||
int plugin_load(const char* plugin, const void* parameter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue