commit | c6a20d54551712642698a51b519d87e9441ab48c | [log] [tgz] |
---|---|---|
author | qctecmdr <qctecmdr@localhost> | Tue Apr 07 07:27:35 2020 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Apr 07 07:27:35 2020 -0700 |
tree | 557ef3de7cf39a27914bf310c8e899da251af9a9 | |
parent | 944d87430b364ddeaf1f05d01f6416359718110c [diff] | |
parent | fe0a2a560e08932beed6624a01a9b17b488f8c2f [diff] |
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);