From: Frank Livingston Date: Tue, 25 Jul 2017 01:48:15 +0000 (-0500) Subject: Update maximum number of CB AF entries from 2 to 3 for DDP, per PP update X-Git-Url: https://git.ti.com/gitweb?p=processor-sdk%2Fperformance-audio-sr.git;a=commitdiff_plain;h=74de86ae31badaf20a454272debc6240c5d237a3;hp=363e90e1caa76443ec60d12a3e51a6e8ce9affba;ds=sidebyside Update maximum number of CB AF entries from 2 to 3 for DDP, per PP update for PASDK-326,CID=bc77631. This fixes DDP ch0 glitches. --- diff --git a/pasdk/common/aspDecOpCircBuf_common.h b/pasdk/common/aspDecOpCircBuf_common.h index ac7a366c..f561b91b 100644 --- a/pasdk/common/aspDecOpCircBuf_common.h +++ b/pasdk/common/aspDecOpCircBuf_common.h @@ -92,7 +92,7 @@ All rights reserved. //#define ASP_DECOP_CB_INIT_LAG_PCM ( 2 ) #define ASP_DECOP_CB_TARGET_ND_SAMPS_48kPCM ( (4+1) * 256 ) // PCM target Nominal Delay in number of samples, fs=48 kHz -#define ASP_DECOP_CB_MAX_NUM_AF_DDP ( 2 ) +#define ASP_DECOP_CB_MAX_NUM_AF_DDP ( 3 ) #if (ASP_DECOP_CB_MAX_NUM_AF_DDP > ASP_DECOP_CB_MAX_NUM_AF) #error "CB Max AF DDP error" #endif