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

Commit 19f7e402 authored by Mohit Aggarwal's avatar Mohit Aggarwal
Browse files

diag: Change CDSP socket instance id



Currently, CDSP socket instance id on APPS is not
matching with instance id on CDSP peripheral due
to which APPS is thinking that channel has been
opened with WDSP. This patch fixes this discrepancy.

CRs-Fixed: 1111626
Change-Id: I990ae8fd23c95f16be72b4fe207926444244c23e
Signed-off-by: default avatarMohit Aggarwal <maggarwa@codeaurora.org>
parent 55e8426a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -40,8 +40,8 @@
#define LPASS_INST_BASE		64
#define WCNSS_INST_BASE		128
#define SENSORS_INST_BASE	192
#define WDSP_INST_BASE	256
#define CDSP_INST_BASE  320
#define CDSP_INST_BASE	256
#define WDSP_INST_BASE  320

#define INST_ID_CNTL		0
#define INST_ID_CMD		1