From 471ab4548a60db66bb498b4af1eed2a19f5157d8 Mon Sep 17 00:00:00 2001 From: Michael Banther Date: Mon, 25 Nov 2019 13:48:58 +0000 Subject: [PATCH] Move the override of MIC_ARRAY_FRAME_SIZE from mic_array_conf.h in lib_xua to ap_conf.h in sw_xvf3510/app_xk/xvf3510_l71. This constant is only used in the audio pipelines, hence does not belong in the configuration of XUA. --- lib_xua/src/core/pdm_mics/mic_array_conf.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib_xua/src/core/pdm_mics/mic_array_conf.h b/lib_xua/src/core/pdm_mics/mic_array_conf.h index ededfedf..10840331 100644 --- a/lib_xua/src/core/pdm_mics/mic_array_conf.h +++ b/lib_xua/src/core/pdm_mics/mic_array_conf.h @@ -4,10 +4,6 @@ #include "xua_conf_full.h" -#ifndef MIC_ARRAY_FRAME_SIZE -#define MIC_ARRAY_FRAME_SIZE (XUA_MIC_FRAME_SIZE) -#endif - // The default definition of MIC_ARRAY_MAX_FRAME_SIZE_LOG2 must appear in this file // because an assembler file #includes it. // The assembler does not understand C language syntax, only C pre-processor syntax.