diag: Set socket CDSP enum value same as CDSP diag macro

CDSP peripheral macro value and CDSP socket enum value are not
same causing invalid cleanup of diag control channel status during
peripheral SSR. Set CDSP socket enum value same as peripheral
CDSP macro.

Change-Id: I2c82fc4a7d1bd7491560942d525ed579f39d1e60
Signed-off-by: Manoj Prabhu B <bmanoj@codeaurora.org>
This commit is contained in:
Manoj Prabhu B 2020-03-04 15:14:29 +05:30
parent 99fda63f85
commit d554a0c0fc

View File

@ -1,4 +1,4 @@
/* Copyright (c) 2015-2017, 2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015-2017, 2019-2020, 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
@ -37,7 +37,7 @@ enum {
SOCKET_ADSP,
SOCKET_WCNSS,
SOCKET_SLPI,
SOCKET_CDSP,
SOCKET_CDSP = 5,
SOCKET_APPS,
NUM_SOCKET_SUBSYSTEMS,
};