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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/rbcodec/dsp/dsp_proc_entry.h b/lib/rbcodec/dsp/dsp_proc_entry.h
index 902385f08d..1bf59dd73a 100644
--- a/lib/rbcodec/dsp/dsp_proc_entry.h
+++ b/lib/rbcodec/dsp/dsp_proc_entry.h
@@ -132,6 +132,10 @@ typedef intptr_t (*dsp_proc_config_fn_type)(struct dsp_proc_entry *this,
132 * by processing code! */ 132 * by processing code! */
133void dsp_proc_enable(struct dsp_config *dsp, enum dsp_proc_ids id, 133void dsp_proc_enable(struct dsp_config *dsp, enum dsp_proc_ids id,
134 bool enable); 134 bool enable);
135
136/* Is the specified stage enabled on the DSP? */
137bool dsp_proc_enabled(struct dsp_config *dsp, enum dsp_proc_ids id);
138
135/* Activate/deactivate processing stage, doesn't affect enabled status 139/* Activate/deactivate processing stage, doesn't affect enabled status
136 * thus will not enable anything - 140 * thus will not enable anything -
137 * may be called during processing to activate/deactivate for format 141 * may be called during processing to activate/deactivate for format