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

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

Merge "msm: ADSPRPC: Support offloading to mdsp"

parents c27c0be8 165caebc
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -264,6 +264,12 @@ static struct fastrpc_channel_ctx gcinfo[NUM_CHANNELS] = {
		.edge = "dsps",
		.vmid = VMID_SSC_Q6,
	},
	{
		.name = "mdsprpc-smd",
		.subsys = "mdsp",
		.channel = SMD_APPS_MODEM,
		.edge = "mdsp",
	},
};

static void fastrpc_buf_free(struct fastrpc_buf *buf, int cache)