commit | 90d6783d8bb27da004c78d279212fc4e642431bc | [log] [tgz] |
---|---|---|
author | Naval saini <saini@codeaurora.org> | Wed Jun 13 18:58:06 2018 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Jun 14 01:21:40 2018 -0700 |
tree | ac6d7db9257e851743d9d8025e54d7e6069a532f | |
parent | 1f58f75c2db0d85bfd536ba814c61b0988b0f393 [diff] |
Fix for KW issue CRs-Fixed: 2259913 Change-Id: I1578696312c6739500fd2cbca8cd59e58fec9828
diff --git a/bthost_ipc/bthost_ipc.c b/bthost_ipc/bthost_ipc.c index 9bd8a2b..e29b2ab 100644 --- a/bthost_ipc/bthost_ipc.c +++ b/bthost_ipc/bthost_ipc.c
@@ -1378,7 +1378,7 @@ bool audio_is_scrambling_enabled(void) { - audio_format_t codec_type; + audio_format_t codec_type = AUDIO_FORMAT_DEFAULT; int i; char value[PROPERTY_VALUE_MAX]; uint8_t *codec_cfg = NULL;