From 1fc19042f72e9171b79c5a847cbce0c8939888c5 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 14 Dec 2013 23:15:45 +0100 Subject: Bump plugin api and sort. Change-Id: I8b8ab58abbd40726326b8b47bd6bbb07580b5ce4 --- apps/plugin.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 62f9dd7558..18c49f4c27 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -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) -- cgit v1.2.3