comparison L1/dyn_dwl_cfile/l1_dyn_dwl_async.c @ 22:fc33e796507a

L1/dyn_dwl_cfile: new code compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 10 Jun 2016 09:13:00 +0000
parents dfc7b0bc468a
children
comparison
equal deleted inserted replaced
21:dfc7b0bc468a 22:fc33e796507a
6 * Copyright 2004 (C) Texas Instruments 6 * Copyright 2004 (C) Texas Instruments
7 * 7 *
8 ************* Revision Controle System Header *************/ 8 ************* Revision Controle System Header *************/
9 #include <stdio.h> 9 #include <stdio.h>
10 #include <string.h> 10 #include <string.h>
11 #include "nucleus.h" 11
12 #include "config.h"
12 #include "l1_confg.h" 13 #include "l1_confg.h"
14 #include "sys_types.h"
15 #include "../../riviera/rv/rv_general.h"
16 #include "../../nucleus/nucleus.h"
13 #include "l1_types.h" 17 #include "l1_types.h"
14 #include "sys_types.h" 18 #include "../../gpf/inc/cust_os.h"
15 #include "cust_os.h"
16 #include "l1audio_signa.h" 19 #include "l1audio_signa.h"
17 #include "l1audio_const.h" 20 #include "l1audio_const.h"
18 #include "l1audio_cust.h" 21 #include "l1audio_cust.h"
19 #include "l1audio_defty.h" 22 #include "l1audio_defty.h"
20 #include "l1_const.h" 23 #include "l1_const.h"
42 #endif //L1_AAC 45 #endif //L1_AAC
43 46
44 #include "l1_defty.h" 47 #include "l1_defty.h"
45 #include "l1_varex.h" 48 #include "l1_varex.h"
46 #include "l1_trace.h" 49 #include "l1_trace.h"
47 #include "sys_dma.h" 50 /* #include "sys_dma.h" */
48
49 #if (OP_RIV_AUDIO == 1)
50 #include "rv/rv_general.h"
51 #endif
52 51
53 52
54 #if (L1_DYN_DSP_DWNLD == 1) 53 #if (L1_DYN_DSP_DWNLD == 1)
55 #if(CODE_VERSION == SIMULATION) 54 #if(CODE_VERSION == SIMULATION)
56 extern VOID trace_fct_simu_dyn_dwnld(CHAR *fct_name); 55 extern VOID trace_fct_simu_dyn_dwnld(CHAR *fct_name);
694 { 693 {
695 // If yes set the restart command at apihisr level 694 // If yes set the restart command at apihisr level
696 l1a_apihisr_com.dyn_dwnld.command.restart = TRUE; 695 l1a_apihisr_com.dyn_dwnld.command.restart = TRUE;
697 696
698 /********** WORKAROUND *************/ 697 /********** WORKAROUND *************/
699 #if (OP_RIV_AUDIO == 1) 698 #if 1 //(OP_RIV_AUDIO == 1)
700 { 699 {
701 // WARNING: temporary until os_activate_hisr() is declared in L3 functions 700 // WARNING: temporary until os_activate_hisr() is declared in L3 functions
702 extern NU_HISR apiHISR; 701 extern NU_HISR apiHISR;
703 NU_Activate_HISR(&apiHISR); 702 NU_Activate_HISR(&apiHISR);
704 } 703 }