changeset 255:515720b6adfe

l1audio_async.c: initial AEC reconstruction
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 13 Mar 2017 01:49:51 +0000
parents 19debb9e9934
children c024926a995e
files chipsetsw/layer1/audio_cfile/l1audio_async.c
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/chipsetsw/layer1/audio_cfile/l1audio_async.c	Mon Mar 13 01:29:34 2017 +0000
+++ b/chipsetsw/layer1/audio_cfile/l1audio_async.c	Mon Mar 13 01:49:51 2017 +0000
@@ -227,10 +227,10 @@
     void l1a_mmi_sr_reco_process        (xSignalHeaderRec *msg);
     void l1a_mmi_sr_update_check_process(xSignalHeaderRec *msg);
   #endif
-  #if (L1_AEC == 1)
+  #if (AEC == 1)
     void l1a_mmi_aec_process            (xSignalHeaderRec *msg);
   #endif
-  #if (L1_AEC == 2)
+  #if (AEC == 2)
     void l1a_mmi_aec_process            (xSignalHeaderRec *msg);
   #endif
   #if (FIR)
@@ -6396,7 +6396,7 @@
 
   #endif // L1_DYN_DSP_DWNLD
   #endif // SPEECH_RECO
-  #if (L1_AEC == 1)
+  #if (AEC == 1)
     /*-------------------------------------------------------*/
     /* l1a_mmi_aec_process()                                 */
     /*-------------------------------------------------------*/
@@ -6422,7 +6422,7 @@
     /* ----                                                  */
     /*                                                       */
     /*-------------------------------------------------------*/
-#if (L1_DYN_DSP_DWNLD == 1)
+#if 0 //(L1_DYN_DSP_DWNLD == 1)
     void l1a_mmi_aec_process(xSignalHeaderRec *msg)
     {
       enum states
@@ -6676,7 +6676,7 @@
   #endif // L1_DYN_DSP_DWNLD == 1
   #endif // AEC
 
-  #if (L1_AEC == 2)
+  #if (AEC == 2)
       /*-------------------------------------------------------*/
       /* l1a_mmi_aec_process()                                 */
       /*-------------------------------------------------------*/
@@ -6702,7 +6702,7 @@
       /* ----                                                  */
       /*                                                       */
       /*-------------------------------------------------------*/
-  #if (L1_DYN_DSP_DWNLD == 1)
+  #if 0 //(L1_DYN_DSP_DWNLD == 1)
       void l1a_mmi_aec_process(xSignalHeaderRec *msg)
       {
         enum states
@@ -6953,7 +6953,7 @@
         } // while(1)
       }
     #endif // L1_DYN_DSP_DWNLD == 1
-    #endif // L1_AEC == 2
+    #endif // AEC == 2
 
 
   #if (FIR)