commit | 324e367cafa77eb7f8608eeffea018f6d87327d7 | [log] [tgz] |
---|---|---|
author | pavanisr <pavanisr@codeaurora.org> | Thu Oct 28 13:33:12 2021 +0530 |
committer | pavanisr <pavanisr@codeaurora.org> | Fri Oct 29 18:43:08 2021 +0530 |
tree | 9d98556aa27c8a35517f484006f46dfd64491a54 | |
parent | a61922240d3c7fc3e83b03203a89f07cb7f438a6 [diff] |
service: session: fix session state in session_prepare If the session is already in started case and second backend is connected,then session_prepare() incorrectly updates the session state to prepared while it was in started state previously. As a result next device switch fails as session remains in prepared state and graph_start is not called, thus stream remains in muted state. Change-Id: I48e67bf569ad38feab9adc51a80630a4a05eaf79