summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index d1a57129a5..bb74d73334 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -128,12 +128,12 @@ void* plugin_get_buffer(size_t *buffer_size);
128#define PLUGIN_MAGIC 0x526F634B /* RocK */ 128#define PLUGIN_MAGIC 0x526F634B /* RocK */
129 129
130/* increase this every time the api struct changes */ 130/* increase this every time the api struct changes */
131#define PLUGIN_API_VERSION 159 131#define PLUGIN_API_VERSION 160
132 132
133/* update this to latest version if a change to the api struct breaks 133/* update this to latest version if a change to the api struct breaks
134 backwards compatibility (and please take the opportunity to sort in any 134 backwards compatibility (and please take the opportunity to sort in any
135 new function which are "waiting" at the end of the function table) */ 135 new function which are "waiting" at the end of the function table) */
136#define PLUGIN_MIN_API_VERSION 159 136#define PLUGIN_MIN_API_VERSION 160
137 137
138/* plugin return codes */ 138/* plugin return codes */
139enum plugin_status { 139enum plugin_status {
@@ -618,7 +618,7 @@ struct plugin_api {
618#endif 618#endif
619#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F) || \ 619#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F) || \
620 (CONFIG_CODEC == SWCODEC) 620 (CONFIG_CODEC == SWCODEC)
621 void (*sound_set_pitch)(int pitch); 621 void (*sound_set_pitch)(int32_t pitch);
622#endif 622#endif
623 623
624 /* MAS communication */ 624 /* MAS communication */