summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: baabb16)
raw | patch | inline | side by side (parent: baabb16)
author | Frank Livingston <frank-livingston@ti.com> | |
Wed, 7 Sep 2016 22:52:00 +0000 (17:52 -0500) | ||
committer | Frank Livingston <frank-livingston@ti.com> | |
Wed, 7 Sep 2016 22:52:00 +0000 (17:52 -0500) |
processor_audio_sdk_1_00_00_00/pasdk/test_arm/framework/audioStreamDecodeProc.h | patch | blob | history | |
processor_audio_sdk_1_00_00_00/pasdk/test_arm/framework/itopo/patchs.c | patch | blob | history |
diff --git a/processor_audio_sdk_1_00_00_00/pasdk/test_arm/framework/audioStreamDecodeProc.h b/processor_audio_sdk_1_00_00_00/pasdk/test_arm/framework/audioStreamDecodeProc.h
index 3fa0fca5d665429c3dfb960bd4c412416191bcb7..3f5d44abc2c4191b0ee5a1ce2c8faae649bc80e2 100644 (file)
// Audio Stream Decode Task (ASDT) patchs
typedef struct PAF_ASDT_Patchs {
const PAF_ASP_LinkInit * const (*i_decLinkInit);
// Audio Stream Decode Task (ASDT) patchs
typedef struct PAF_ASDT_Patchs {
const PAF_ASP_LinkInit * const (*i_decLinkInit);
- const PAF_ASP_LinkInit * const (*i_aspLinkInit)[GEARS];
+ //const PAF_ASP_LinkInit * const (*i_aspLinkInit)[GEARS];
} PAF_ASDT_Patchs;
// Audio Stream Decode Task (ASDT) configuration
} PAF_ASDT_Patchs;
// Audio Stream Decode Task (ASDT) configuration
diff --git a/processor_audio_sdk_1_00_00_00/pasdk/test_arm/framework/itopo/patchs.c b/processor_audio_sdk_1_00_00_00/pasdk/test_arm/framework/itopo/patchs.c
index f5831920bb74d13b8ce02ec263fbaea372a653f3..dccc72a8f7508e448397b84f0ccea4b6813d6245 100644 (file)
#include <audioStreamProc_patchs.h>
#include <asp0.h>
#include <asp1.h>
#include <audioStreamProc_patchs.h>
#include <asp0.h>
#include <asp1.h>
+#include "audioStreamDecodeProc.h"
//
// Decoder Definitions
//
// Decoder Definitions
//extern const PAF_SIO_ParamsN patchs_devinp[];
//extern const PAF_SIO_ParamsN patchs_devout[];
//extern const PAF_SIO_ParamsN patchs_devinp[];
//extern const PAF_SIO_ParamsN patchs_devout[];
-const PAF_AST_Patchs asdp_patchs_PAi =
+const PAF_ASDT_Patchs asdp_patchs_PAi =
{
{
- NULL, //patchs_devinp,
- NULL, //patchs_devout,
+ //NULL, //patchs_devinp,
+ //NULL, //patchs_devout,
patchs_decLinkInit,
patchs_decLinkInit,
- NULL, //patchs_aspLinkInit,
- NULL, //patchs_encLinkInit,
+ //NULL, //patchs_aspLinkInit,
+ //NULL, //patchs_encLinkInit,
};
// EOF
};
// EOF