commit | af20db9c2f9c9fe335b215122fcd258ab9c29eb6 | [log] [tgz] |
---|---|---|
author | Weiyin Jiang <wjiang@codeaurora.org> | Mon Nov 09 14:08:59 2020 +0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Nov 09 01:15:01 2020 -0800 |
tree | 132ad17fa83d2211bc2774cd9e53ccbd5bb9bc6c | |
parent | ebda8eef02d5636e6c8964b0f5b71a30cbef715d [diff] |
audio: unmute non-offload streams when device switches Non-offload streams are muted during a2dp suspend scenario, and they won't be recovered until stream is stopped. When device switch happens, these streams are still needed. To fix it, unmute non-offload streams when device switch happens. Change-Id: Iddbcc0b7a3891afb3b9e8c6078685f60cf041a9c CRs-Fixed: 2813965