diff options
author | Mark Brown <broonie@kernel.org> | 2023-03-13 14:07:37 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-03-13 14:07:37 +0000 |
commit | 4727d4d775654986913a21c35c7cfaf1ecdafd62 (patch) | |
tree | 8d9cc0ea1e8c43528b5e6fd69b1d82a36651069a /sound/soc/sof/intel/pci-mtl.c | |
parent | 32ef0f1a7f01b1832e108380bb2178270058f1f6 (diff) | |
parent | e041a2a550582106cba6a7c862c90dfc2ad14492 (diff) |
ASoC: Merge up fixes as a dependency for future SOF work
New SOF changes require the current set of fixes.
Diffstat (limited to 'sound/soc/sof/intel/pci-mtl.c')
-rw-r--r-- | sound/soc/sof/intel/pci-mtl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/intel/pci-mtl.c b/sound/soc/sof/intel/pci-mtl.c index 6e4e6d4ef5a5..b183dc0014b4 100644 --- a/sound/soc/sof/intel/pci-mtl.c +++ b/sound/soc/sof/intel/pci-mtl.c @@ -46,6 +46,7 @@ static const struct sof_dev_desc mtl_desc = { .nocodec_tplg_filename = "sof-mtl-nocodec.tplg", .ops = &sof_mtl_ops, .ops_init = sof_mtl_ops_init, + .ops_free = hda_ops_free, }; /* PCI IDs */ |