summaryrefslogtreecommitdiff
path: root/lib/rbcodec/dsp/dsp_proc_entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/dsp/dsp_proc_entry.h')
-rw-r--r--lib/rbcodec/dsp/dsp_proc_entry.h2
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,
127 struct dsp_config *dsp, 127 struct dsp_config *dsp,
128 unsigned int setting, 128 unsigned int setting,
129 intptr_t value); 129 intptr_t value);
130typedef void (*dsp_proc_init_fn_type)(struct dsp_config *dsp,
131 unsigned int dsp_id);
130 132
131/* Enable/disable a processing stage - not to be called during processing 133/* Enable/disable a processing stage - not to be called during processing
132 * by processing code! */ 134 * by processing code! */