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: Mohit Aggarwal <maggarwa@codeaurora.org>
This commit is contained in:
Mohit Aggarwal 2017-01-16 10:14:34 +05:30
parent 55e8426a19
commit 19f7e40250

View file

@ -1,4 +1,4 @@
/* 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