# HG changeset patch # User Mychaela Falconia # Date 1489469757 0 # Node ID 8a7b5f1d642980d4c2a816be85204bd735209372 # Parent 65afc3a5f6b0d5d856ce41cf04fc7eea08f00aae l1audio_cust.c: audio_test_callback() reconstructed as a diffing aid diff -r 65afc3a5f6b0 -r 8a7b5f1d6429 chipsetsw/layer1/audio_cust0/l1audio_cust.c --- 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) /*-------------------------------------------------------*/