diff options
Diffstat (limited to 'lib/rbcodec/dsp/dsp_proc_entry.h')
-rw-r--r-- | lib/rbcodec/dsp/dsp_proc_entry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rbcodec/dsp/dsp_proc_entry.h b/lib/rbcodec/dsp/dsp_proc_entry.h index 0a65792207..7a4b8de1c6 100644 --- a/lib/rbcodec/dsp/dsp_proc_entry.h +++ b/lib/rbcodec/dsp/dsp_proc_entry.h @@ -127,6 +127,8 @@ typedef intptr_t (*dsp_proc_config_fn_type)(struct dsp_proc_entry *this, struct dsp_config *dsp, unsigned int setting, intptr_t value); +typedef void (*dsp_proc_init_fn_type)(struct dsp_config *dsp, + unsigned int dsp_id); /* Enable/disable a processing stage - not to be called during processing * by processing code! */ |