changeset 36:bd7effdeba68

l1_async.c: l1a_mmi_outen_cfg_process() fix, link passes now
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Wed, 28 Oct 2015 03:13:17 +0000
parents e64cc501383c
children cb63ce91342a
files chipsetsw/layer1/cfile/l1_async.c
diffstat 1 files changed, 12 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/chipsetsw/layer1/cfile/l1_async.c	Wed Oct 28 03:00:06 2015 +0000
+++ b/chipsetsw/layer1/cfile/l1_async.c	Wed Oct 28 03:13:17 2015 +0000
@@ -684,18 +684,27 @@
       #if (L1_VOCODER_IF_CHANGE == 1)
         l1a_mmi_vocoder_cfg_process(msg);
       #endif // L1_VOCODER_IF_CHANGE == 1
-     #if(L1_BT_AUDIO ==1)
+      #if(L1_BT_AUDIO ==1)
         l1a_mmi_bt_process(msg); 
       #endif // L1_VOCODER_IF_CHANGE == 1
+       /*
+	* FreeCalypso Frankenstein: the following call to
+	* l1a_mmi_outen_cfg_process() was totally unconditional
+	* in the LoCosto source we got, but no such function
+	* exists in TCS211.  To be investigated further when
+	* we reach the audio stuff.
+	*/
+      #if 0
+        l1a_mmi_outen_cfg_process(msg);
+      #endif
     #endif //AUDIO TASK
-        l1a_mmi_outen_cfg_process(msg);
 
     // Only processes supported by GSM IDLE in Internal RAM
     #if (GSM_IDLE_RAM > 1)
        #if L1_GPRS
           if ((msg->SignalCode >> 8) == P_GPRS)
             l1pa_task(msg);
-    #endif
+       #endif
 
        // Serving Cell PAGING reading.
        l1a_idle_serving_cell_paging_process(msg);