From: Mark Brown Date: Mon, 13 Jun 2022 17:12:49 +0000 (+0100) Subject: ASoC: SOF: IPC4: Add topology, control and PCM ops X-Git-Tag: v6.1-rc5~574^2~6^2~194 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6062ecda5b427f2cf349a8a35674d17fc300e598;p=platform%2Fkernel%2Flinux-starfive.git ASoC: SOF: IPC4: Add topology, control and PCM ops Merge series from Ranjani Sridharan : This set of patches includes changes to add the topology, control and PCM ops for IPC4. It also includes a couple of patches to set the IPC4 BE DAI trigger ops for SSP/DMIC/HDA type DAI's. --- 6062ecda5b427f2cf349a8a35674d17fc300e598 diff --cc sound/soc/sof/ipc4.c index 5dd22f6,700069e..a8dea5a --- a/sound/soc/sof/ipc4.c +++ b/sound/soc/sof/ipc4.c @@@ -642,6 -602,7 +642,8 @@@ const struct sof_ipc_ops ipc4_ops = .rx_msg = sof_ipc4_rx_msg, .set_get_data = sof_ipc4_set_get_data, .get_reply = sof_ipc4_get_reply, + .pm = &ipc4_pm_ops, .fw_loader = &ipc4_loader_ops, + .tplg = &ipc4_tplg_ops, + .pcm = &ipc4_pcm_ops, };