# HG changeset patch
# User Mychaela Falconia <falcon@freecalypso.org>
# Date 1489468171 0
# Node ID 65afc3a5f6b0d5d856ce41cf04fc7eea08f00aae
# Parent  c33c56a033121417fc9f79fcb30d6f70991fed23
l1audio_cust.c: passes compilation and link, but demo/test functions missing

diff -r c33c56a03312 -r 65afc3a5f6b0 chipsetsw/layer1/audio_cust0/l1audio_cust.c
--- a/chipsetsw/layer1/audio_cust0/l1audio_cust.c	Tue Mar 14 04:20:44 2017 +0000
+++ b/chipsetsw/layer1/audio_cust0/l1audio_cust.c	Tue Mar 14 05:09:31 2017 +0000
@@ -892,8 +892,7 @@
 
         /* special handling for features in driver */
         if ((session_id == AUDIO_VM_AMR_RECORD_SESSION_ID) ||
-            (session_id == AUDIO_VM_AMR_PLAY_SESSION_ID) ||
-            (session_id == AUDIO_EXT_MIDI_SESSION_ID))
+            (session_id == AUDIO_VM_AMR_PLAY_SESSION_ID))
         {
           channel_id = 0;
           /* find active channel_id associated to session_id */
@@ -1978,6 +1977,8 @@
 
     }
   #endif
+
+#if 0	/* FreeCalypso: removing functions not present in TCS211 */
  void l1a_bt_audio_noti_process()
  {
          UINT8 channel_id=0;
@@ -2076,6 +2077,6 @@
 
      return (d_navc_ctrl_status_energy_val);
     }
+#endif
 
 #endif // AUDIO_TASK== 1
-