FreeCalypso > hg > tcs211-l1-reconst
changeset 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 |
files | chipsetsw/layer1/audio_cust0/l1audio_cust.c |
diffstat | 1 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/chipsetsw/layer1/audio_cust0/l1audio_cust.c Tue Mar 14 05:09:31 2017 +0000 +++ b/chipsetsw/layer1/audio_cust0/l1audio_cust.c Tue Mar 14 05:35:57 2017 +0000 @@ -217,7 +217,15 @@ BOOL Cust_get_pointer_aac_buffer_last; #endif - + /* + * FreeCalypso TCS211 reconstruction: the following unused trivial + * function has been reconstruction in order to aid the diffing + * of the functions that follow. + */ + void audio_test_callback(void *buffer) + { + rvf_free_buf(buffer); + } #if (SPEECH_RECO) /*-------------------------------------------------------*/