diff options
Diffstat (limited to 'lib/rbcodec/dsp/dsp_core.h')
-rw-r--r-- | lib/rbcodec/dsp/dsp_core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rbcodec/dsp/dsp_core.h b/lib/rbcodec/dsp/dsp_core.h index e18d045056..3544084056 100644 --- a/lib/rbcodec/dsp/dsp_core.h +++ b/lib/rbcodec/dsp/dsp_core.h @@ -128,10 +128,10 @@ static inline void dsp_advance_buffer32(struct dsp_buffer *buf, } /* Get DSP pointer */ -struct dsp_config * dsp_get_config(enum dsp_ids id); +struct dsp_config *dsp_get_config(unsigned int dsp_id); /* Get DSP id */ -enum dsp_ids dsp_get_id(const struct dsp_config *dsp); +unsigned int dsp_get_id(const struct dsp_config *dsp); /** General DSP processing **/ |