aboutsummaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorGravatar Ranjani Sridharan <ranjani.sridharan@linux.intel.com> 2022-06-08 20:26:37 -0700
committerGravatar Mark Brown <broonie@kernel.org> 2022-06-10 13:32:05 +0100
commitbc433fd76faefb8484f5bc653d846043822a2d35 (patch)
tree41b3b5d663c4e1cdef28dafa55fff56c06d8281f /include/sound
parentASoC: SOF: IPC4: set the BE DAI ops (diff)
downloadlinux-bc433fd76faefb8484f5bc653d846043822a2d35.tar.gz
linux-bc433fd76faefb8484f5bc653d846043822a2d35.tar.bz2
linux-bc433fd76faefb8484f5bc653d846043822a2d35.zip
ASoC: SOF: Add ops_free
Add the ops_free callback in struct sof_dev_desc. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://lore.kernel.org/r/20220609032643.916882-18-ranjani.sridharan@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
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);