commit | d40140f29bceb7fa082f3154a75cf9ce48c7367a | [log] [tgz] |
---|---|---|
author | Rohit kumar <rohitkr@codeaurora.org> | Fri Oct 22 17:19:29 2021 +0530 |
committer | Rohit kumar <quic_rohkumar@quicinc.com> | Fri Oct 29 13:53:16 2021 +0530 |
tree | faa86992d51214a7262fd1d1943abe2e44fd838f | |
parent | ec015d363fa82c67ab08083024db14af8fe7a878 [diff] |
service: graph: Fix state handling in graph_stop When graph_stop() is called in prepared state, it does not close device SG during session_disconnect_aif and returns failure. Due to this, session does not connect to new device and device switch fails. Handle graph_stop() in prepared/stopped state called from session_disconnect_aif to avoid failures. Change-Id: Ib0ae45f97feec249de10327a626ae7478a342ea0