summaryrefslogtreecommitdiff
path: root/lib/rbcodec/dsp/dsp_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/dsp/dsp_core.c')
-rw-r--r--lib/rbcodec/dsp/dsp_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/dsp/dsp_core.c b/lib/rbcodec/dsp/dsp_core.c
index 4a7c478e46..44e53eb891 100644
--- a/lib/rbcodec/dsp/dsp_core.c
+++ b/lib/rbcodec/dsp/dsp_core.c
@@ -528,7 +528,7 @@ bool dsp_is_busy(const struct dsp_config *dsp)
528 * Must be done before changing settings for the first time. */ 528 * Must be done before changing settings for the first time. */
529void INIT_ATTR dsp_init(void) 529void INIT_ATTR dsp_init(void)
530{ 530{
531 static const uint8_t slot_count[DSP_COUNT] /* INITDATA_ATTR */ = 531 static const uint8_t slot_count[DSP_COUNT] INITDATA_ATTR =
532 { 532 {
533 [CODEC_IDX_AUDIO] = DSP_NUM_PROC_STAGES, 533 [CODEC_IDX_AUDIO] = DSP_NUM_PROC_STAGES,
534 [CODEC_IDX_VOICE] = DSP_VOICE_NUM_PROC_STAGES 534 [CODEC_IDX_VOICE] = DSP_VOICE_NUM_PROC_STAGES