FreeCalypso > hg > tcs211-l1-reconst
comparison chipsetsw/layer1/audio_cust0/l1audio_cust.c @ 279:8a7b5f1d6429
l1audio_cust.c: audio_test_callback() reconstructed as a diffing aid
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 14 Mar 2017 05:35:57 +0000 |
parents | 65afc3a5f6b0 |
children | 712c69552df0 |
comparison
equal
deleted
inserted
replaced
278:65afc3a5f6b0 | 279:8a7b5f1d6429 |
---|---|
215 UWORD8 aac_tempbuf_idx; | 215 UWORD8 aac_tempbuf_idx; |
216 UWORD16 Cust_get_pointer_aac_last_buffer_size; | 216 UWORD16 Cust_get_pointer_aac_last_buffer_size; |
217 BOOL Cust_get_pointer_aac_buffer_last; | 217 BOOL Cust_get_pointer_aac_buffer_last; |
218 #endif | 218 #endif |
219 | 219 |
220 | 220 /* |
221 * FreeCalypso TCS211 reconstruction: the following unused trivial | |
222 * function has been reconstruction in order to aid the diffing | |
223 * of the functions that follow. | |
224 */ | |
225 void audio_test_callback(void *buffer) | |
226 { | |
227 rvf_free_buf(buffer); | |
228 } | |
221 | 229 |
222 #if (SPEECH_RECO) | 230 #if (SPEECH_RECO) |
223 /*-------------------------------------------------------*/ | 231 /*-------------------------------------------------------*/ |
224 /* Cust_srback_save_model() */ | 232 /* Cust_srback_save_model() */ |
225 /*-------------------------------------------------------*/ | 233 /*-------------------------------------------------------*/ |