]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
PASDK-218:Clean up
authorFrank Livingston <frank-livingston@ti.com>
Thu, 27 Jul 2017 03:33:59 +0000 (22:33 -0500)
committerFrank Livingston <frank-livingston@ti.com>
Thu, 27 Jul 2017 03:33:59 +0000 (22:33 -0500)
pasdk/common/aspDecOpCircBuf_common.h
pasdk/test_arm/framework/aspDecOpCircBuf_slave.h
pasdk/test_dsp/framework/audioStreamInpProc.c

index 9303631fcd1fbcf6c01856b2ae9bcf1c37a0349a..d6e443af9c9f565825e2db71f64678c16331cece 100644 (file)
@@ -41,7 +41,7 @@ All rights reserved.
 #include "paftyp.h"
 #include "pafdec.h"
 
-#include "dbgBenchmark.h" // PCM high-sampling rate + SRC + CAR benchmarking
+//#include "dbgBenchmark.h" // PCM high-sampling rate + SRC + CAR benchmarking
 
 //#define CB_RW_OP_CAP_PP // debug
 #ifdef CB_RW_OP_CAP_PP
index 57883a430259b0fcea2c6df08201a1d58306434e..dcc830b1a1b9cc62055184293af81b51313d601c 100644 (file)
@@ -40,6 +40,8 @@ All rights reserved.
 #include "paftyp.h"
 #include "aspDecOpCircBuf_common.h"
 
+#include "dbgBenchmark.h" // PCM high-sampling rate + SRC + CAR benchmarking
+
 #define ASP_DECOP_CB_INIT_INV_SOURCE_SEL    ( ASP_DECOP_CB_ERR_START-1 )    // error: invalid source selection on init
 #define ASP_DECOP_CB_AF_WRITE_OVERFLOW      ( ASP_DECOP_CB_ERR_START-2 )    // error: write audio frame overflow
 #define ASP_DECOP_CB_PCM_WRITE_OVERFLOW     ( ASP_DECOP_CB_ERR_START-3 )    // error: write PCM overflow
index 7505838e959e75bbdd43f186fa1118b8c3b43451..e5d4e40213a62d9ff969e8844631cd6e18c5d6da 100644 (file)
@@ -308,7 +308,7 @@ extern UInt32 gAspProfileEnable;
 
 
 //
-// Audio Stream Output Task definitions
+// Audio Stream Input Task definitions
 //
 
 #define ASIP_FRAMELEN_SS_DEFAULT    ( 256 )