[processor-sdk/performance-audio-sr.git] / processor_audio_sdk_1_00_00_00 / pasdk / test_arm / framework / itopo / patchs.c
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 "audioStreamDecodeProc.h"
//
// Decoder Definitions
//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,
- NULL, //patchs_aspLinkInit,
- NULL, //patchs_encLinkInit,
+ //NULL, //patchs_aspLinkInit,
+ //NULL, //patchs_encLinkInit,
};
// EOF