ASoC: SOF: IPC4: Add topology, control and PCM ops
authorMark Brown <broonie@kernel.org>
Mon, 13 Jun 2022 17:12:49 +0000 (18:12 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 13 Jun 2022 17:12:49 +0000 (18:12 +0100)
Merge series from Ranjani Sridharan <ranjani.sridharan@linux.intel.com>:

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.

1  2 
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,
  };