changeset 20:13c360a4885f

starting to compile l1_dyn_dwl_afunc.c
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Wed, 21 Oct 2015 22:36:52 +0000
parents 06d94fdaadf6
children 0ec722728d69
files chipsetsw/layer1/dyn_dwl_cfile/l1_dyn_dwl_afunc.c chipsetsw/layer1/dyn_dwl_include/l1_dyn_dwl_const.h chipsetsw/layer1/dyn_dwl_include/l1_dyn_dwl_defty.h
diffstat 3 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/chipsetsw/layer1/dyn_dwl_cfile/l1_dyn_dwl_afunc.c	Wed Oct 21 21:41:05 2015 +0000
+++ b/chipsetsw/layer1/dyn_dwl_cfile/l1_dyn_dwl_afunc.c	Wed Oct 21 22:36:52 2015 +0000
@@ -212,6 +212,7 @@
 
   // Check if one of the messages belongs to the set of primitves which triggers a dynamic download and saves its index
 
+#if 0	// LoCosto-ism not present in TCS211
  if (!((l1a.state[L1A_GTT_STATE] == 0) || (l1a.state[L1A_GTT_STATE] == 1))) // TTY ON
   {
       if(msg_code == MMI_TCH_VOCODER_CFG_REQ) // AND Current_message == VOCODER
@@ -220,7 +221,7 @@
       	    return 0;
       	}
   }
-
+#endif
   
   for (j=0;j<NUM_OF_DYN_DWNLD_PRIMITIVES;j++)
   {
--- a/chipsetsw/layer1/dyn_dwl_include/l1_dyn_dwl_const.h	Wed Oct 21 21:41:05 2015 +0000
+++ b/chipsetsw/layer1/dyn_dwl_include/l1_dyn_dwl_const.h	Wed Oct 21 22:36:52 2015 +0000
@@ -17,7 +17,7 @@
 #define RED                                1
 #define GREEN                              0
 #define MAX_NUM_OF_PATCH_IDS               5
-#define MAX_NUM_OF_STATE_MACHINES_IMPACTED 6
+#define MAX_NUM_OF_SEMAPHORES              6
 
 #define NUM_OF_DYN_DWNLD_PRIMITIVES 6
 
--- a/chipsetsw/layer1/dyn_dwl_include/l1_dyn_dwl_defty.h	Wed Oct 21 21:41:05 2015 +0000
+++ b/chipsetsw/layer1/dyn_dwl_include/l1_dyn_dwl_defty.h	Wed Oct 21 22:36:52 2015 +0000
@@ -28,7 +28,7 @@
  UWORD16 patch_id[MAX_NUM_OF_PATCH_IDS];
  UWORD16 num_of_elem_to_copy;
  UWORD16 next_patch_id[MAX_NUM_OF_PATCH_IDS];
- BOOL    semaphore_vect[MAX_NUM_OF_STATE_MACHINES_IMPACTED];
+ BOOL    semaphore_vect[MAX_NUM_OF_SEMAPHORES];
  BOOL    melody0_E2_flag_activated;
  BOOL    melody1_E2_flag_activated; 
  UWORD16 dsp_trace_level_copy;