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

Commit b99ce080 authored by Chris Lew's avatar Chris Lew
Browse files

soc: qcom: glink_loopback_server: Enable loopback server for CDSP



Add CDSP edge for SMEM transport in LOOPBACK server init list to
enable glink unit testing for CDSP.

CRs-Fixed: 2038654
Change-Id: I547202b300d2468844ca89d8ea1d96f4560a78a1
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent 5f78b91f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -140,6 +140,7 @@ static struct ctl_ch_info ctl_ch_tbl[] = {
	{"LOOPBACK_CTL_APSS", "mpss", "smem"},
	{"LOOPBACK_CTL_APSS", "lpass", "smem"},
	{"LOOPBACK_CTL_APSS", "dsps", "smem"},
	{"LOOPBACK_CTL_APPS", "cdsp", "smem"},
	{"LOOPBACK_CTL_APSS", "spss", "mailbox"},
	{"LOOPBACK_CTL_APSS", "wdsp", "spi"},
};