FreeCalypso > hg > tcs211-l1-reconst
changeset 278:65afc3a5f6b0
l1audio_cust.c: passes compilation and link, but demo/test functions missing
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 14 Mar 2017 05:09:31 +0000 |
parents | c33c56a03312 |
children | 8a7b5f1d6429 |
files | chipsetsw/layer1/audio_cust0/l1audio_cust.c |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/chipsetsw/layer1/audio_cust0/l1audio_cust.c Tue Mar 14 04:20:44 2017 +0000 +++ b/chipsetsw/layer1/audio_cust0/l1audio_cust.c Tue Mar 14 05:09:31 2017 +0000 @@ -892,8 +892,7 @@ /* special handling for features in driver */ if ((session_id == AUDIO_VM_AMR_RECORD_SESSION_ID) || - (session_id == AUDIO_VM_AMR_PLAY_SESSION_ID) || - (session_id == AUDIO_EXT_MIDI_SESSION_ID)) + (session_id == AUDIO_VM_AMR_PLAY_SESSION_ID)) { channel_id = 0; /* find active channel_id associated to session_id */ @@ -1978,6 +1977,8 @@ } #endif + +#if 0 /* FreeCalypso: removing functions not present in TCS211 */ void l1a_bt_audio_noti_process() { UINT8 channel_id=0; @@ -2076,6 +2077,6 @@ return (d_navc_ctrl_status_energy_val); } +#endif #endif // AUDIO_TASK== 1 -