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

Commit f0c9600c authored by Fred Oh's avatar Fred Oh Committed by Ben Romberger
Browse files

ASoC: msm: qdsp6v2: Add ADM open command to callback function



Add the ADM open command to the callback function.
If the ADM open command causes a failure the ADM
open command will return to the callback instead
of the ADM open response command.

Change-Id: Iee4d4fe703651afd78068431e0641d4691eecb2c
CRs-fixed: 908055
Signed-off-by: default avatarFred Oh <fred@codeaurora.org>
parent f81d0b1f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1335,6 +1335,7 @@ static int32_t adm_callback(struct apr_client_data *data, void *priv)
				 * if soft volume is called and already
				 * interrupted break out of the sequence here
				 */
			case ADM_CMD_DEVICE_OPEN_V5:
			case ADM_CMD_DEVICE_CLOSE_V5:
				pr_debug("%s: Basic callback received, wake up.\n",
					__func__);