comparison gsm-fw/L1/audio_cfile/l1audio_abb.c @ 608:46427440984a

gsm-fw/L1/audio_cfile: l1audio_abb.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 29 Aug 2014 04:57:06 +0000
parents 262fcce10859
children
comparison
equal deleted inserted replaced
607:262fcce10859 608:46427440984a
8 * 8 *
9 * Reference : S820, GACS001 (OMEGA) spec 9 * Reference : S820, GACS001 (OMEGA) spec
10 * 10 *
11 */ 11 */
12 12
13 #include "config.h"
14 #include "l1_confg.h"
13 #include "l1_macro.h" 15 #include "l1_macro.h"
14 #include "l1_confg.h"
15 16
16 17
17 #if (CODE_VERSION == NOT_SIMULATION) 18 #if (CODE_VERSION == NOT_SIMULATION)
18 19
19 #if (defined _WINDOWS && (OP_RIV_AUDIO == 1)) 20 #if (defined _WINDOWS && (OP_RIV_AUDIO == 1))
105 106
106 #include "l1_defty.h" 107 #include "l1_defty.h"
107 #include "l1_varex.h" 108 #include "l1_varex.h"
108 #include "l1_msgty.h" 109 #include "l1_msgty.h"
109 #if (OP_RIV_AUDIO == 0) 110 #if (OP_RIV_AUDIO == 0)
110 #include "cust_os.h" 111 #include "../../gpf/inc/cust_os.h"
111 #include "tpudrv.h" 112 #include "tpudrv.h"
112 #endif 113 #endif
113 #endif 114 #endif
114 115
115 #include "abb.h" 116 #include "../../bsp/abb+spi/abb.h"
116 117
117 #include "l1audio_abb.h" 118 #include "l1audio_abb.h"
118 119
119 #if (ANALOG == 11) 120 #if (ANALOG == 11)
120 #include "types.h" 121 #include "types.h"
124 #endif 125 #endif
125 126
126 #if (CODE_VERSION == NOT_SIMULATION)&&(L1_AUDIO_MCU_ONOFF == 1)&&(CHIPSET == 15) 127 #if (CODE_VERSION == NOT_SIMULATION)&&(L1_AUDIO_MCU_ONOFF == 1)&&(CHIPSET == 15)
127 void l1_audio_on_off_callback_fn(Uint8 callback_val); 128 void l1_audio_on_off_callback_fn(Uint8 callback_val);
128 #endif 129 #endif
129 #include "l1audio_abb.h"
130 130
131 #if ((CODE_VERSION == NOT_SIMULATION)&&(L1_AUDIO_MCU_ONOFF == 1)&&(OP_L1_STANDALONE == 1)&&(CHIPSET == 12)) 131 #if ((CODE_VERSION == NOT_SIMULATION)&&(L1_AUDIO_MCU_ONOFF == 1)&&(OP_L1_STANDALONE == 1)&&(CHIPSET == 12))
132 #include "nucleus.h" 132 #include "nucleus.h"
133 #endif 133 #endif
134 134
135 #if (ANALOG == 3) 135 #if (ANALOG != 11)
136 extern T_L1S_DSP_COM l1s_dsp_com; 136 extern T_L1S_DSP_COM l1s_dsp_com;
137 extern void l1_audio_lim_partial_update(); 137 extern void l1_audio_lim_partial_update();
138 138
139 139
140 #define MAX_PGA_UL 24 140 #define MAX_PGA_UL 24