]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blobdiff - processor_audio_sdk_1_00_00_00/pasdk/test_dsp/framework/itopo/patchs.c
Customize ASIT params, patchs, and configuration
[processor-sdk/performance-audio-sr.git] / processor_audio_sdk_1_00_00_00 / pasdk / test_dsp / framework / itopo / patchs.c
index 102b6dfeaf7720ad8b3884551ce7559c4e8cad82..169f40b2498c2e4faf34f0e8d1c59c012c314086 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
-Copyright (c) 2004 - 2016, Texas Instruments Incorporated - http://www.ti.com/
+Copyright (c) 2016, Texas Instruments Incorporated - http://www.ti.com/
 All rights reserved.
 
 * Redistribution and use in source and binary forms, with or without 
@@ -43,6 +43,7 @@ All rights reserved.
 #include <audioStreamProc_patchs.h>
 #include <asp0.h>
 #include <asp1.h>
+#include "audioStreamInpProc.h"
 
 //
 // Decoder Definitions
@@ -50,22 +51,7 @@ All rights reserved.
 
 #include <pcm.h>
 #include <pcm_mds.h>
-#include <dwr_inp.h>
 
-#if 0 // FL: slave
-const PAF_ASP_LinkInit decLinkInitI13[] =
-{
-    //PAF_ASP_LINKINITPARAMS (STD, DWRPCM, TII, &IDWRPCM_PARAMS),
-    PAF_ASP_LINKINIT(STD, PCM, MDS),
-
-    PAF_ASP_LINKNONE,
-};
-
-const PAF_ASP_LinkInit *const patchs_decLinkInit[] =
-{
-    decLinkInitI13,
-};
-#endif
 
 //
 // Audio Stream Processing Declarations & Definitions
@@ -73,7 +59,7 @@ const PAF_ASP_LinkInit *const patchs_decLinkInit[] =
 
 #include <aspstd.h>
 
-#define _AE0_
+//#define _AE0_
 #ifdef _AE0_
 #include <ae.h>
 #include <ae_mds.h>
@@ -87,7 +73,7 @@ const PAF_ASP_LinkInit *const patchs_decLinkInit[] =
 #define SUC_TIH_ISUC SRC_TIH_ISRC
 #endif
 
-//#define _OAR_
+#define _OAR_
 #ifdef _OAR_
 #include <oar.h>
 #include <oar_tig.h>
@@ -186,13 +172,13 @@ const PAF_ASP_LinkInit *const patchs_encLinkInit[] =
 extern const PAF_SIO_ParamsN patchs_devinp[];
 extern const PAF_SIO_ParamsN patchs_devout[];
 
-const PAF_AST_Patchs asip_patchs_PAi =
+const PAF_ASIT_Patchs asip_patchs_PAi =
 {
     patchs_devinp,
-    patchs_devout,
-    NULL, //patchs_decLinkInit,
-    patchs_aspLinkInit,
-    patchs_encLinkInit,
+    //patchs_devout,
+    //NULL, //patchs_decLinkInit,
+    //patchs_aspLinkInit,
+    //patchs_encLinkInit,
 };
 
 // (***) FL: initially a copy of asip