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

Commit 5e6e8794 authored by Gopikrishnaiah Anandan's avatar Gopikrishnaiah Anandan Committed by Banajit Goswami
Browse files

msm: qdsp6v2: update the APR reset event value



Audio drivers use custom opcode value for notifying the clients
when ADSP goes into SSR. The custom value could conflict with a new
opcode value added by audio subsystem. Opcode values should be
generated using audio GUID tool, which will reserve a unique opcode
across entire audio stack.
This change updates the reset event opcode with value obtained from
offline GUID tool which should resolve any possible conflict issue.

Change-Id: I525f9dc8aa96901c3ffbdb06278bc178873b0db0
CRs-fixed: 699389
Signed-off-by: default avatarGopikrishnaiah Anandan <agopik@codeaurora.org>
parent 3511ae2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ struct apr_hdr {

#define APR_NAME_MAX		0x40

#define RESET_EVENTS		0xFFFFFFFF
#define RESET_EVENTS		0x000130D7

#define LPASS_RESTART_EVENT	0x1000
#define LPASS_RESTART_READY	0x1001