]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
Fix ARM patchs
authorFrank Livingston <frank-livingston@ti.com>
Wed, 7 Sep 2016 22:52:00 +0000 (17:52 -0500)
committerFrank 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
processor_audio_sdk_1_00_00_00/pasdk/test_arm/framework/itopo/patchs.c

index 3fa0fca5d665429c3dfb960bd4c412416191bcb7..3f5d44abc2c4191b0ee5a1ce2c8faae649bc80e2 100644 (file)
@@ -101,7 +101,7 @@ typedef struct PAF_ASDT_Params {
 // 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
index f5831920bb74d13b8ce02ec263fbaea372a653f3..dccc72a8f7508e448397b84f0ccea4b6813d6245 100644 (file)
@@ -43,6 +43,7 @@ All rights reserved.
 #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
@@ -158,13 +159,13 @@ const PAF_ASP_LinkInit *const patchs_encLinkInit[] =
 //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