aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-06-13 18:12:49 +0100
committerMark Brown <broonie@kernel.org>2022-06-13 18:12:49 +0100
commit6062ecda5b427f2cf349a8a35674d17fc300e598 (patch)
tree4dc24f73e14f12565eb7e3c22f40d35e3e474d9b /include/sound
parentASoC: hdmi-codec: Update to modern DAI terminology (diff)
parentASoC: SOF: IPC4: add sdw blob (diff)
downloadlinux-dev-6062ecda5b427f2cf349a8a35674d17fc300e598.tar.xz
linux-dev-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 'include/sound')
-rw-r--r--include/sound/sof.h1
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);