commit | 2d2944a7f069746ef15369ec467c3f36452a58b6 | [log] [tgz] |
---|---|---|
author | Ramjee Singh <ramjee@codeaurora.org> | Tue Dec 14 14:13:41 2021 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Dec 15 22:37:19 2021 -0800 |
tree | 1c376ce92466e7e5272a685533eaabcedb2523f8 | |
parent | d16eab71754343af42d6ddb710a1c670da9fac57 [diff] |
hal: fix bt sco and a2dp concurrency issues When sco mic device is already active and SND_DEVICE_OUT_BT_A2DP is enabled, then route is switched to A2dp, but sco mic can still keep active which means the BE is already active, causing the slimbus configuration of feedback path for A2dp to be ignored. To fix this, tear down the input stream to disable bt sco mic before enabling a2dp path. Change-Id: I42e37e7b192d374401406cfa6dff4b97dca36697