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 /include/sound | |
parent | 9f1c8677724a0e6a6ac7a74d2b0192a584df859d (diff) | |
parent | a45a4d4390b7a562f8edc3518ba6cd2ad17be5bc (diff) |
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 'include/sound')
-rw-r--r-- | include/sound/sof.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/sof.h b/include/sound/sof.h index 1a82a0db5e7f..367dccfea7ad 100644 --- a/include/sound/sof.h +++ b/include/sound/sof.h @@ -138,6 +138,7 @@ struct sof_dev_desc { struct snd_sof_dsp_ops *ops; int (*ops_init)(struct snd_sof_dev *sdev); + void (*ops_free)(struct snd_sof_dev *sdev); }; int sof_dai_get_mclk(struct snd_soc_pcm_runtime *rtd); |