From: Ranjani Sridharan Date: Tue, 7 Mar 2023 09:39:11 +0000 (+0200) Subject: ASoC: SOF: Intel: MTL: Fix the device description X-Git-Tag: v6.6.7~3098^2~1^2~17^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a659e35ca0af2765f567bdfdccfa247eff0cdab8;p=platform%2Fkernel%2Flinux-starfive.git ASoC: SOF: Intel: MTL: Fix the device description Add the missing ops_free callback. Fixes: 064520e8aeaa ("ASoC: SOF: Intel: Add support for MeteorLake (MTL)") Signed-off-by: Ranjani Sridharan Reviewed-by: Pierre-Louis Bossart Reviewed-by: Bard Liao Signed-off-by: Peter Ujfalusi Link: https://lore.kernel.org/r/20230307093914.25409-2-peter.ujfalusi@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/sof/intel/pci-mtl.c b/sound/soc/sof/intel/pci-mtl.c index 6e4e6d4..b183dc0 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 */