]> 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 9028aa454202056f3c0e427ebf5eed1ffd16dc13..169f40b2498c2e4faf34f0e8d1c59c012c314086 100644 (file)
@@ -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
@@ -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