commit | a714bc09006ae8a4e353854112246e583d78c462 | [log] [tgz] |
---|---|---|
author | Zhou Song <quic_zhous@quicinc.com> | Mon Jul 03 14:43:30 2023 +0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Jul 10 23:58:58 2023 -0700 |
tree | 3c3ed1a09120d053ad294e1eab045fd8d0cfeb38 | |
parent | 61c523ed71d148eaecb7b97c630a5685e61d4646 [diff] |
pal: fix unneeded device switch for shared BE usecase During concurrency for streams on shared BE devices, if low priority stream comes first with new device, low priority stream should keep on current device without doing disconnect and connect to current device. Fix this by checking if updated new device id is the same as requested device id. Change-Id: Ie5c6fe5704cd4f10545a2fb023cfe630bc506690