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

Commit b2398f12 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 4c270e21 d554a0c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* 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,
};