OSDN Git Service

Fix warning about missing initializer
authorMike J. Chen <mjchen@google.com>
Fri, 31 Jan 2014 21:24:49 +0000 (13:24 -0800)
committerMike J. Chen <mjchen@google.com>
Sat, 1 Feb 2014 02:51:42 +0000 (18:51 -0800)
Change-Id: Ifbee10f3de140d51b42a915cb532b58ea67c66cc
Signed-off-by: Mike J. Chen <mjchen@google.com>
bta/av/bta_av_cfg.c

index c31f7a9..9eb8bd6 100755 (executable)
@@ -110,6 +110,10 @@ const tBTA_AV_CFG bta_av_cfg =
     BTA_AV_RC_PASS_RSP_CODE,/* the default response code for pass through commands */
     bta_av_meta_caps_co_ids,/* the metadata Get Capabilities response for company id */
     bta_av_meta_caps_evt_ids,/* the the metadata Get Capabilities response for event id */
+    NULL,                   /* the action function table for VDP stream */
+    NULL,                   /* action function to register VDP */
+    {0},                    /* Default AVRCP controller name */
+    {0},                    /* Default AVRCP target name */
 };
 
 tBTA_AV_CFG *p_bta_av_cfg = (tBTA_AV_CFG *) &bta_av_cfg;