Skip to content

Commit a659e35

Browse files
ranj063broonie
authored andcommitted
ASoC: SOF: Intel: MTL: Fix the device description
Add the missing ops_free callback. Fixes: 064520e ("ASoC: SOF: Intel: Add support for MeteorLake (MTL)") Signed-off-by: Ranjani Sridharan <[email protected]> Reviewed-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Bard Liao <[email protected]> Signed-off-by: Peter Ujfalusi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 38d408f commit a659e35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/sof/intel/pci-mtl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ static const struct sof_dev_desc mtl_desc = {
4646
.nocodec_tplg_filename = "sof-mtl-nocodec.tplg",
4747
.ops = &sof_mtl_ops,
4848
.ops_init = sof_mtl_ops_init,
49+
.ops_free = hda_ops_free,
4950
};
5051

5152
/* PCI IDs */

0 commit comments

Comments
 (0)