summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 942b30b)
raw | patch | inline | side by side (parent: 942b30b)
author | Frank Livingston <frank-livingston@ti.com> | |
Tue, 13 Sep 2016 23:24:38 +0000 (18:24 -0500) | ||
committer | Frank Livingston <frank-livingston@ti.com> | |
Tue, 13 Sep 2016 23:24:38 +0000 (18:24 -0500) |
processor_audio_sdk_1_00_00_00/pasdk/test_dsp/framework/itopo/patchs.c | patch | blob | history |
diff --git a/processor_audio_sdk_1_00_00_00/pasdk/test_dsp/framework/itopo/patchs.c b/processor_audio_sdk_1_00_00_00/pasdk/test_dsp/framework/itopo/patchs.c
index 506cbc1fcb9ae3dc6e16106097f62a38f86cbf07..c5fd5f7509995dd9981864f25b8fac827754652d 100644 (file)
#include <oar_tig.h>
#endif
-//#define _BMDA_
-#ifdef _BMDA_
-#include <bmda.h>
-#include <bmda_tig.h>
-#endif
-
#define _DAP_
#ifdef _DAP_
#include <dap.h>
#include <dap_tig.h>
#endif
+//#define _BMDA_
+#ifdef _BMDA_
+#include <bmda.h>
+#include <bmda_tig.h>
+#endif
+
const PAF_ASP_LinkInit aspLinkInitAllI13[] =
{
#ifdef _AE0_
const PAF_ASP_LinkInit aspLinkInitStdI13[] =
{
+#ifdef _AE0_
+ PAF_ASP_LINKINIT(CUS,AE,MDS),
+#endif
+
#ifdef _SRC4_
// PAF_ASP_LINKINIT(STD, SRC, MDS),
PAF_ASP_LINKINITPARAMS(STD, SRC, TIH, &ISRC_PARAMS_DS_8CH_HBW),
#ifdef _OAR_
PAF_ASP_LINKINIT(STD, OAR, TIG),
#endif
+
+#ifdef _DAP_
+ PAF_ASP_LINKINIT(STD, DAP, TIG),
+#endif
+
#ifdef _BMDA_
PAF_ASP_LINKINIT(STD, BMDA, TIG),
#endif
const PAF_ASP_LinkInit aspLinkInitCusI13[] =
{
-#ifdef _AE0_
- PAF_ASP_LINKINIT(CUS,AE,MDS),
-#endif
PAF_ASP_LINKNONE,
};