Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 007b5ee6 authored by Mike J. Chen's avatar Mike J. Chen
Browse files

Fix warning about missing initializer



Change-Id: Ifbee10f3de140d51b42a915cb532b58ea67c66cc
Signed-off-by: default avatarMike J. Chen <mjchen@google.com>
parent b32ca8c4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;