Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 711dbb3d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "asoc: wcd-dsp-mgr: reinit ssr ready flag for adsp/wdsp ssr"

parents b9975a04 d4e11ac7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -802,6 +802,7 @@ static int wdsp_ssr_handler(struct wdsp_mgr_priv *wdsp, void *arg,
		__wdsp_clr_ready_locked(wdsp, WDSP_SSR_STATUS_WDSP_READY);
		wdsp_broadcast_event_downseq(wdsp, WDSP_EVENT_PRE_SHUTDOWN,
					     NULL);
		reinit_completion(&wdsp->ready_compl);
		schedule_work(&wdsp->ssr_work);
		break;

@@ -818,7 +819,7 @@ static int wdsp_ssr_handler(struct wdsp_mgr_priv *wdsp, void *arg,
						     WDSP_EVENT_PRE_SHUTDOWN,
						     NULL);
		}

		reinit_completion(&wdsp->ready_compl);
		schedule_work(&wdsp->ssr_work);
		break;