diff src/g23m-aci/aci/psa_f.c @ 598:717ed17d82c6

aci3 vocoder control revamped, AT@VSEL now works as it should The vocoder control code (hl_audio_drv.c) that came with the TCS3 version of ACI was totally broken in the Calypso config (VOCODER_FUNC_INTERFACE) and worked in the standard analog voice environment only by luck. This code has now been rewritten to work correctly with our Calypso platform and TCS211 L1, and our new AT@VSEL mechanism (automatic enabling and disabling of MCSI voice path as the modem enters and exits the voice call state) now also works as designed.
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 27 Mar 2019 23:44:35 +0000
parents 53929b40109c
children
line wrap: on
line diff
--- a/src/g23m-aci/aci/psa_f.c	Wed Mar 27 22:18:35 2019 +0000
+++ b/src/g23m-aci/aci/psa_f.c	Wed Mar 27 23:44:35 2019 +0000
@@ -59,7 +59,8 @@
 #include "cmh_uart.h"
 #endif
 
-#ifdef VOCODER_FUNC_INTERFACE
+/* removed in FreeCalypso */
+#if 0 //#ifdef VOCODER_FUNC_INTERFACE
 #include "hl_audio_drv.h"
 #endif
 
@@ -143,7 +144,8 @@
     psaCC_DTMFTimeout();
     return(TRUE);
 
-#ifdef VOCODER_FUNC_INTERFACE
+/* removed in FreeCalypso */
+#if 0 //#ifdef VOCODER_FUNC_INTERFACE
   case(ACI_VOCODER):
   {
     T_HL_VOCODER_ACTION tmpcurrVocoderAction = currVocoderAction;