comparison services/pcm/pcmdata.c @ 24:da9056962fb7

services/pcm/pcmdata.c: re-enable EFR, but not AMR yet
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 11 Jun 2016 05:14:36 +0000
parents 75a11d740a02
children 6a2b09d3b1b4
comparison
equal deleted inserted replaced
23:7155882cc49d 24:da9056962fb7
132 const UBYTE pcm_default_values[] = 132 const UBYTE pcm_default_values[] =
133 { 133 {
134 /******************************************************************** 134 /********************************************************************
135 * Field MOBILE CAPABILITIES - MSCAP 135 * Field MOBILE CAPABILITIES - MSCAP
136 ********************************************************************/ 136 ********************************************************************/
137 #if 1 137 /*
138 /* 138 * FreeCalypso: the change of L1 to the reconstructed TCS211 version
139 * FreeCalypso temporary kludge: until we fix our L1, 139 * has fixed the EFR codec, so we can re-enable it now, but AMR is
140 * let's advertise that we only support the FR codec. 140 * still broken, hence we are going to advertise as non-AMR-capable
141 * 141 * despite running on AMR-capable silicon.
142 * If you would like to experiment with different codec 142 *
143 * configurations, you can do so without having to recompile 143 * If you would like to experiment with different codec
144 * and reflash the firmware each time: just write a /pcm/MSCAP 144 * configurations, you can do so without having to recompile
145 * file into FFS with whatever setting you wish to try. 145 * and reflash the firmware each time: just write a /pcm/MSCAP
146 */ 146 * file into FFS with whatever setting you wish to try.
147 0x01, 0x00, 0x00, 147 */
148 #elif ((DSP == 34) || (DSP == 35) || (DSP == 36)) // ROM Codes including AMR feature. 148 #if 0 //((DSP == 34) || (DSP == 35) || (DSP == 36)) // ROM Codes including AMR feature.
149 #if (STD == 1) // GSM 900 149 #if (STD == 1) // GSM 900
150 #if defined (FAX_AND_DATA) 150 #if defined (FAX_AND_DATA)
151 0xB1, 0xC7, 0x00, 151 0xB1, 0xC7, 0x00,
152 #else 152 #else
153 0x31, 0x00, 0x00, 153 0x31, 0x00, 0x00,