diff options
| author | Mark Brown <broonie@kernel.org> | 2022-06-13 18:12:49 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2022-06-13 18:12:49 +0100 |
| commit | 6062ecda5b427f2cf349a8a35674d17fc300e598 (patch) | |
| tree | 4dc24f73e14f12565eb7e3c22f40d35e3e474d9b /sound/soc/sof/ipc4.c | |
| parent | ASoC: hdmi-codec: Update to modern DAI terminology (diff) | |
| parent | ASoC: SOF: IPC4: add sdw blob (diff) | |
| download | linux-6062ecda5b427f2cf349a8a35674d17fc300e598.tar.gz linux-6062ecda5b427f2cf349a8a35674d17fc300e598.zip | |
ASoC: SOF: IPC4: Add topology, control and PCM ops
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.
Diffstat (limited to 'sound/soc/sof/ipc4.c')
| -rw-r--r-- | sound/soc/sof/ipc4.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/sof/ipc4.c b/sound/soc/sof/ipc4.c index 5dd22f6a0605..a8dea5abf265 100644 --- a/sound/soc/sof/ipc4.c +++ b/sound/soc/sof/ipc4.c @@ -644,4 +644,6 @@ const struct sof_ipc_ops ipc4_ops = { .get_reply = sof_ipc4_get_reply, .pm = &ipc4_pm_ops, .fw_loader = &ipc4_loader_ops, + .tplg = &ipc4_tplg_ops, + .pcm = &ipc4_pcm_ops, }; |
