comparison src/cs/services/cst/cst_csf.c @ 274:fa22012c4a39

CST: remove AT%Nxxxx old AEC control This crude method of enabling and configuring AEC is not compatible with L1_NEW_AEC, and even for the old AEC it did not support every possible combination. It is time for this hack to go. The new and proper way of enabling and configuring AEC is via RiViera Audio Service audio mode facility, either audio mode files or full access write, most directly accessible via fc-tmsh auw 12 for free experimentation.
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 29 Jul 2021 18:57:36 +0000
parents 4e78acac3d88
children
comparison
equal deleted inserted replaced
273:5caa86ee2cfa 274:fa22012c4a39
144 +--------------------------------------------------------------------+ 144 +--------------------------------------------------------------------+
145 145
146 PURPOSE : This function sends a primitive to L1A to activate the AEC */ 146 PURPOSE : This function sends a primitive to L1A to activate the AEC */
147 147
148 148
149 /*
150 * CST AEC control is removed in FreeCalypso:
151 * it is incompatible with L1_NEW_AEC.
152 */
153 #if 0
149 GLOBAL void csf_aec_enable (USHORT aec_ctrl_reg) 154 GLOBAL void csf_aec_enable (USHORT aec_ctrl_reg)
150 { 155 {
151 156
152 // This structure and the #define have to be implemented in the MMI. 157 // This structure and the #define have to be implemented in the MMI.
153 // This is a temporary location for test !!!!!!! 158 // This is a temporary location for test !!!!!!!
164 169
165 aec_req->aec_control = aec_ctrl_reg; 170 aec_req->aec_control = aec_ctrl_reg;
166 171
167 PSENDX (L1, aec_req); 172 PSENDX (L1, aec_req);
168 } 173 }
174 #endif
169 175
170 176
171 /* 177 /*
172 Returns the ADC conversions results array 178 Returns the ADC conversions results array
173 */ 179 */