FreeCalypso > hg > tcs211-l1-reconst
diff chipsetsw/layer1/audio_cfile/l1audio_async.c @ 256:c024926a995e
l1audio_async.c: no l1_{dis,en}able_dsp_trace in TCS211
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 13 Mar 2017 02:01:49 +0000 |
parents | 515720b6adfe |
children | da21daa2bdfb |
line wrap: on
line diff
--- 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