# HG changeset patch # User Mychaela Falconia # Date 1489370509 0 # Node ID c024926a995ebfa4b984936f7017153bdd1d34db # Parent 515720b6adfe0182f1ad4ff24afa0d8727b3adb6 l1audio_async.c: no l1_{dis,en}able_dsp_trace in TCS211 diff -r 515720b6adfe -r c024926a995e chipsetsw/layer1/audio_cfile/l1audio_async.c --- a/chipsetsw/layer1/audio_cfile/l1audio_async.c Mon Mar 13 01:49:51 2017 +0000 +++ b/chipsetsw/layer1/audio_cfile/l1audio_async.c Mon Mar 13 02:01:49 2017 +0000 @@ -7259,7 +7259,7 @@ { // WARNING: code below must be duplicated in WAIT_DYN_DWNLD state -#if ((TRACE_TYPE==1) || (TRACE_TYPE == 4)) +#if 0 //((TRACE_TYPE==1) || (TRACE_TYPE == 4)) // Disable trace DSP upon E2 MELODY activation l1_disable_dsp_trace(); #endif @@ -7489,7 +7489,7 @@ { // Send the stop confirmation message l1a_audio_send_confirmation(MMI_MELODY0_E2_STOP_CON); -#if ((TRACE_TYPE==1) || (TRACE_TYPE == 4)) +#if 0 //((TRACE_TYPE==1) || (TRACE_TYPE == 4)) // Enable trace DSP upon E2 MELODY deactivation l1_enable_dsp_trace(); #endif @@ -7572,7 +7572,7 @@ if(l1a.dyn_dwnld.semaphore_vect[E2_STATE_MACHINE] == GREEN) { // WARNING: code below must be duplicated in WAIT_DYN_DWNLD state -#if ((TRACE_TYPE==1) || (TRACE_TYPE == 4)) +#if 0 //((TRACE_TYPE==1) || (TRACE_TYPE == 4)) // Disable trace DSP upon E2 MELODY activation l1_disable_dsp_trace(); #endif @@ -7662,7 +7662,7 @@ { if((SignalCode == API_L1_DYN_DWNLD_FINISHED) && (l1a.dyn_dwnld.semaphore_vect[E2_STATE_MACHINE] == GREEN)) { -#if ((TRACE_TYPE==1) || (TRACE_TYPE == 4)) +#if 0 //((TRACE_TYPE==1) || (TRACE_TYPE == 4)) // Disable trace DSP upon E2 MELODY activation l1_disable_dsp_trace(); #endif @@ -7809,7 +7809,7 @@ l1a_audio_send_confirmation(MMI_MELODY1_E2_STOP_CON); *state = M1_RESET; -#if ((TRACE_TYPE==1) || (TRACE_TYPE == 4)) +#if 0 //((TRACE_TYPE==1) || (TRACE_TYPE == 4)) // Enable trace DSP upon E2 MELODY deactivation l1_enable_dsp_trace(); #endif @@ -7885,7 +7885,7 @@ { if (SignalCode == MMI_MELODY0_E2_START_REQ) { -#if ((TRACE_TYPE==1) || (TRACE_TYPE == 4)) +#if 0 //((TRACE_TYPE==1) || (TRACE_TYPE == 4)) // Disable trace DSP upon E2 MELODY activation l1_disable_dsp_trace(); #endif @@ -8026,7 +8026,7 @@ l1a_audio_send_confirmation(MMI_MELODY0_E2_STOP_CON); *state = M0_RESET; -#if ((TRACE_TYPE==1) || (TRACE_TYPE == 4)) +#if 0 //((TRACE_TYPE==1) || (TRACE_TYPE == 4)) // Enable trace DSP upon E2 MELODY deactivation l1_enable_dsp_trace(); #endif @@ -8099,7 +8099,7 @@ { if (SignalCode == MMI_MELODY1_E2_START_REQ) { -#if ((TRACE_TYPE==1) || (TRACE_TYPE == 4)) +#if 0 //((TRACE_TYPE==1) || (TRACE_TYPE == 4)) // Disable trace DSP upon E2 MELODY activation l1_disable_dsp_trace(); #endif @@ -8241,7 +8241,7 @@ l1a_audio_send_confirmation(MMI_MELODY1_E2_STOP_CON); *state = M1_RESET; -#if ((TRACE_TYPE==1) || (TRACE_TYPE == 4)) +#if 0 //((TRACE_TYPE==1) || (TRACE_TYPE == 4)) // Enable trace DSP upon E2 MELODY deactivation l1_enable_dsp_trace(); #endif