Merge "st-hal: fix st session deadlock issue"
diff --git a/st_session.c b/st_session.c
index ec68a69..b39ecb0 100644
--- a/st_session.c
+++ b/st_session.c
@@ -5265,6 +5265,7 @@
         hw_ses->fptrs->stop_buffering(hw_ses);
         if (hw_ses->sthw_cfg_updated || ev->ev_id == ST_SES_EV_START) {
             status = stop_session(st_ses, hw_ses, false);
+            STATE_TRANSITION(st_ses, loaded_state_fn);
             if (status) {
                 ALOGE("%s:[%d] failed to stop session, err %d", __func__,
                     st_ses->sm_handle, status);