]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
Update maximum number of CB AF entries from 2 to 3 for DDP, per PP update
authorFrank Livingston <frank-livingston@ti.com>
Tue, 25 Jul 2017 01:48:15 +0000 (20:48 -0500)
committerFrank Livingston <frank-livingston@ti.com>
Tue, 25 Jul 2017 01:48:15 +0000 (20:48 -0500)
for PASDK-326,CID=bc77631. This fixes DDP ch0 glitches.

pasdk/common/aspDecOpCircBuf_common.h

index ac7a366cd774f664bc590cdbb87c7b5acca1ba45..f561b91be556af34a8d6b1b2d714843e32a7fcc1 100644 (file)
@@ -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