]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blobdiff - pasdk/test_arm/framework/itopo/patchs.c
PASDK-401:Add No-IP builds
[processor-sdk/performance-audio-sr.git] / pasdk / test_arm / framework / itopo / patchs.c
index 1c6d608e8c9acb3779acf14d2388a8aa2c202850..0bfb8fcb1ce2c52aae9043c801a044039c88ae41 100644 (file)
@@ -53,25 +53,49 @@ All rights reserved.
 #include <pcm.h>
 #include <pcm_mds.h>
 
-//#define _DDPAT_
+#ifdef DTS_BUILD
+//
+// DTS build
+//
+#define _DTS_
+
+#elif defined DH_BUILD
+//
+// DH build
+//
+
+#define _DDPAT_
+#define _THD_
+    
+#else
+//
+// NO-IP build
+//
+#undef _DTS_
+#undef _DDPAT_
+#undef _THD_ 
+    
+#endif
+
+//#define _SRC4_
+
+
+
 #ifdef _DDPAT_
 #include <ddpat.h>
 #include <ddpat_tid.h>
 #endif
 
-//#define _THD_
 #ifdef _THD_
 #include <thd.h>
 #include <thd_tid.h>
 #endif
 
-#define _DTS_
 #ifdef _DTS_
 #include <dtsuhda.h>
 #include <dtsuhda_tid.h>
 #endif
 
-//#define _SRC4_
 #ifdef _SRC4_
 #include <src.h>
 #include <src_tih.h>