comparison gsm-fw/L1/cfile/l1_async.c @ 596:a8121805b6d0

gsm-fw/L1/cfile/l1_async.c: call to l1a_mmi_outen_cfg_process() needs to be conditionalised on AUDIO_TASK
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 17 Aug 2014 06:58:27 +0000
parents b1e2dbb3c751
children
comparison
equal deleted inserted replaced
595:3b4dce7dac06 596:a8121805b6d0
682 l1a_mmi_es_process(msg); 682 l1a_mmi_es_process(msg);
683 #endif 683 #endif
684 #if (L1_VOCODER_IF_CHANGE == 1) 684 #if (L1_VOCODER_IF_CHANGE == 1)
685 l1a_mmi_vocoder_cfg_process(msg); 685 l1a_mmi_vocoder_cfg_process(msg);
686 #endif // L1_VOCODER_IF_CHANGE == 1 686 #endif // L1_VOCODER_IF_CHANGE == 1
687 #if(L1_BT_AUDIO ==1) 687 #if(L1_BT_AUDIO ==1)
688 l1a_mmi_bt_process(msg); 688 l1a_mmi_bt_process(msg);
689 #endif // L1_VOCODER_IF_CHANGE == 1 689 #endif // L1_VOCODER_IF_CHANGE == 1
690 /*
691 * FreeCalypso change: the following call to l1a_mmi_outen_cfg_process()
692 * (a function that doesn't exist in the Leonardo objects) has been
693 * moved inside the #if (AUDIO_TASK == 1) conditional, otherwise
694 * the link fails - it is definitely an audio function of some kind.
695 */
696 l1a_mmi_outen_cfg_process(msg);
690 #endif //AUDIO TASK 697 #endif //AUDIO TASK
691 l1a_mmi_outen_cfg_process(msg);
692 698
693 // Only processes supported by GSM IDLE in Internal RAM 699 // Only processes supported by GSM IDLE in Internal RAM
694 #if (GSM_IDLE_RAM > 1) 700 #if (GSM_IDLE_RAM > 1)
695 #if L1_GPRS 701 #if L1_GPRS
696 if ((msg->SignalCode >> 8) == P_GPRS) 702 if ((msg->SignalCode >> 8) == P_GPRS)
697 l1pa_task(msg); 703 l1pa_task(msg);
698 #endif 704 #endif
699 705
700 // Serving Cell PAGING reading. 706 // Serving Cell PAGING reading.
701 l1a_idle_serving_cell_paging_process(msg); 707 l1a_idle_serving_cell_paging_process(msg);
702 708
703 // BA list (periodic) power monitoring. 709 // BA list (periodic) power monitoring.