# HG changeset patch # User Mychaela Falconia # Date 1489369791 0 # Node ID 515720b6adfe0182f1ad4ff24afa0d8727b3adb6 # Parent 19debb9e99344e03ae2c6da8fc265cc04ccfd8ed l1audio_async.c: initial AEC reconstruction diff -r 19debb9e9934 -r 515720b6adfe chipsetsw/layer1/audio_cfile/l1audio_async.c --- 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)