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

Commit e0fbb8c1 authored by Dhoat Harpal's avatar Dhoat Harpal
Browse files

soc: qcom: glink_loopback_server: Fix channel name of CDSP edge



Channel name of loopback server for CDSP edge is LOOPBACK_CTL_APPS.
Which is incorrect and this leads to remote side client not able to
connect to this server.

Channel name changed to LOOPBACK_CTL_APSS.

CRs-Fixed: 2144018
Change-Id: I54b29f2aee69fd686e3e24bce4c8e09565f39f6c
Signed-off-by: default avatarDhoat Harpal <hdhoat@codeaurora.org>
parent 0bbf24ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +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", "cdsp", "smem"},
	{"LOOPBACK_CTL_APSS", "spss", "mailbox"},
	{"LOOPBACK_CTL_APSS", "wdsp", "spi"},
};