From: Ranjani Sridharan Date: Tue, 7 Mar 2023 09:39:14 +0000 (+0200) Subject: ASOC: SOF: Intel: pci-tgl: Fix device description X-Git-Tag: baikal/mips/sdk6.1~189 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=b3b3efda5b9ff10bf1398d0d3da1f5193ca15fa1;p=kernel.git ASOC: SOF: Intel: pci-tgl: Fix device description [ Upstream commit 09755986ea75f3c60457658041567e64ba92c16d ] Add the missing ops_free callback. Fixes: 972d91f74e16 ("ASoC: SOF: Intel: pci-tgl: use RPL specific firmware definitions") 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-5-peter.ujfalusi@linux.intel.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- diff --git a/sound/soc/sof/intel/pci-tgl.c b/sound/soc/sof/intel/pci-tgl.c index 19e2d68dcb20a..ccaf0ff9eb1c3 100644 --- a/sound/soc/sof/intel/pci-tgl.c +++ b/sound/soc/sof/intel/pci-tgl.c @@ -218,6 +218,7 @@ static const struct sof_dev_desc rpls_desc = { .nocodec_tplg_filename = "sof-rpl-nocodec.tplg", .ops = &sof_tgl_ops, .ops_init = sof_tgl_ops_init, + .ops_free = hda_ops_free, }; static const struct sof_dev_desc rpl_desc = { @@ -246,6 +247,7 @@ static const struct sof_dev_desc rpl_desc = { .nocodec_tplg_filename = "sof-rpl-nocodec.tplg", .ops = &sof_tgl_ops, .ops_init = sof_tgl_ops_init, + .ops_free = hda_ops_free, }; /* PCI IDs */