summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 377b18773f..e44511a6f5 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -714,7 +714,7 @@ struct plugin_api {
714#endif 714#endif
715 intptr_t (*dsp_configure)(struct dsp_config *dsp, 715 intptr_t (*dsp_configure)(struct dsp_config *dsp,
716 unsigned int setting, intptr_t value); 716 unsigned int setting, intptr_t value);
717 struct dsp_config * (*dsp_get_config)(enum dsp_ids id); 717 struct dsp_config * (*dsp_get_config)(unsigned int dsp_id);
718 void (*dsp_process)(struct dsp_config *dsp, struct dsp_buffer *src, 718 void (*dsp_process)(struct dsp_config *dsp, struct dsp_buffer *src,
719 struct dsp_buffer *dst); 719 struct dsp_buffer *dst);
720 720