commit | 5e4b0e6b905332dbaabb115f2df8ae01027d64e2 | [log] [tgz] |
---|---|---|
author | Laxminath Kasam <lkasam@codeaurora.org> | Fri Mar 10 14:15:47 2017 +0530 |
committer | Banajit Goswami <bgoswami@codeaurora.org> | Thu Jun 08 22:31:58 2017 -0700 |
tree | b3106ea0de7b92af4884c52dc70334b3960fb610 | |
parent | b7e79677ed9299a1932d843b8bd6b0c4db162f59 [diff] |
ASoC: msm_sdw: Fix crash after SSR on speaker+BT ringtone Observe crash when trigger SSR while ringtone play on speaker+BT usecase. Due to race condition, AHB timeout happens as codec register accessed without clock enabled. Clock enable flag is reset when SSR down event is received to avoid any unclocked access. CRs-Fixed: 2017852 Change-Id: I5b006c7e9cbcecac2029bb36f2271befb0debfec Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>