]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
PASDK258: Always use Input interface rate hard-coded to 192 kHz.
authorChitresh Gupta <chitresh.g@pathpartnertech.com>
Thu, 16 Mar 2017 12:34:47 +0000 (18:04 +0530)
committerChitresh Gupta <chitresh.g@pathpartnertech.com>
Thu, 16 Mar 2017 12:34:47 +0000 (18:04 +0530)
pasdk/test_dsp/framework/aspDecOpCircBuf_master.c
pasdk/test_dsp/sap/sap_d10.c

index b35401741fb9687329af27800d776242063ab60c..c676722e639d8644adc138b562de6f67278d4d80 100644 (file)
@@ -49,7 +49,7 @@ All rights reserved.
 
 #define DEF_SOURCE_SEL          ( PAF_SOURCE_PCM ) // default source select
 #define DEF_DEC_OP_FRAME_LEN    ( PAF_SYS_FRAMELENGTH )   // ( 256 )     // default decoder output frame length
-#define DEF_STR_FRAME_LEN       ( 256 )     // default stream frame length
+#define DEF_STR_FRAME_LEN       ( PAF_SYS_FRAMELENGTH )     // default stream frame length
 
 // Generate mute AF on circular buffer read
 static Void cbReadAfMute(
index 084fe013485530c638c7e2b866c972cab7aeda1a..e248769e24142b2c1f4d4c136b945a1a0223d2b9 100644 (file)
@@ -852,7 +852,7 @@ static int manageInput (DEV2_Handle device, const SAP_D10_Rx_Params *pParams, PA
 
         pStatusIn->emphasis = PAF_IEC_PREEMPHASIS_NO;
 
-#ifndef _ENABLE_BENCHMARK_PCMHSR_SRC_CAR_   
+#ifndef ___ENABLE_BENCHMARK_PCMHSR_SRC_CAR_  //TODO: For all the cases it works. 
         //
         // Input interface rate hard-coded to 192 kHz to avoid I2C transactions.
         // Temporary fix works for EC3 and MLP/MAT formats.