bt: enable brcm a2dp offload for anthracite and spectralite
am: dc4d7dfe00

Change-Id: I693cee826aea61d3bdf0bf54d1f147ecd2285812
diff --git a/src/bt_vendor_brcm.c b/src/bt_vendor_brcm.c
index 12dc80b..05a5bcb 100755
--- a/src/bt_vendor_brcm.c
+++ b/src/bt_vendor_brcm.c
@@ -123,10 +123,6 @@
     /* This is handed over from the stack */
     memcpy(vnd_local_bd_addr, local_bdaddr, 6);
 
-#if (BRCM_A2DP_OFFLOAD == TRUE)
-    brcm_vnd_a2dp_init();
-#endif
-
     return 0;
 }
 
@@ -134,7 +130,7 @@
 /** Requested operations */
 static int op(bt_vendor_opcode_t opcode, void *param)
 {
-    int retval = BT_VND_OP_RESULT_SUCCESS;
+    int retval = 0;
 
     BTVNDDBG("op for %d", opcode);
 
@@ -229,10 +225,6 @@
                 hw_epilog_process();
 #endif
             }
-
-        case BT_VND_OP_A2DP_OFFLOAD_START:
-        case BT_VND_OP_A2DP_OFFLOAD_STOP:
-            retval = brcm_vnd_a2dp_execute(opcode, param);
             break;
     }