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

Commit 2555cd76 authored by Chris Lew's avatar Chris Lew Committed by Gerrit - the friendly Code Review server
Browse files

soc: qcom: glink_loopback_server: Enable loopback server for WDSP



Add WDSP edge for SPI transport in LOOPBACK server init list to
enable GLINK unit testing with WDSP.

CRs-Fixed: 1074656
Change-Id: I1e9e2e822761bdce20a40e92c980d8dd9be0deb7
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent 76f0a262
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/* Copyright (c) 2014-2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014-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
@@ -141,6 +141,7 @@ static struct ctl_ch_info ctl_ch_tbl[] = {
	{"LOOPBACK_CTL_APSS", "lpass", "smem"},
	{"LOOPBACK_CTL_APSS", "dsps", "smem"},
	{"LOOPBACK_CTL_APSS", "spss", "mailbox"},
	{"LOOPBACK_CTL_APSS", "wdsp", "spi"},
};

static DEFINE_MUTEX(ctl_ch_list_lock);