]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blobdiff - pasdk/test_dsp/framework/itopo/patchs.c
Add ML0 to DSP
[processor-sdk/performance-audio-sr.git] / pasdk / test_dsp / framework / itopo / patchs.c
index eee73358782cd0c6573d24f1be9b1cd001682844..7c183d274309e0a296cfd53c99ce123706067390 100644 (file)
@@ -98,12 +98,22 @@ All rights reserved.
 #include <bmda_tig.h>
 #endif
 
+#define _ML0_
+#ifdef _ML0_
+#include <ml.h>
+#include <ml_mds.h>
+#endif
+
 const PAF_ASP_LinkInit aspLinkInitAllI13[] =
 {
 #ifdef _AE0_
     PAF_ASP_LINKINIT(CUS,AE,MDS), 
 #endif
 
+#ifdef _ML0_
+    PAF_ASP_LINKINIT(STD, ML, MDS), 
+#endif
+
 #ifdef _SRC4_
 //    PAF_ASP_LINKINIT(STD, SRC, MDS),
     PAF_ASP_LINKINITPARAMS(STD, SRC, TIH, &ISRC_PARAMS_DS_8CH_HBW),