diff options
Diffstat (limited to 'apps/plugin.h')
-rw-r--r-- | apps/plugin.h | 2 |
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 { #endif intptr_t (*dsp_configure)(struct dsp_config *dsp, unsigned int setting, intptr_t value); - struct dsp_config * (*dsp_get_config)(enum dsp_ids id); + struct dsp_config * (*dsp_get_config)(unsigned int dsp_id); void (*dsp_process)(struct dsp_config *dsp, struct dsp_buffer *src, struct dsp_buffer *dst); |