Skip to content

Commit 1f320bd

Browse files
ranj063broonie
authored andcommitted
ASoC: SOF: Intel: SKL: Fix device description
Add missing ops_free callback for SKL/KBL platforms. Fixes: 52d7939 ("ASoC: SOF: Intel: add ops for SKL/KBL") 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 9eb2b4c commit 1f320bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ static struct sof_dev_desc skl_desc = {
3838
.nocodec_tplg_filename = "sof-skl-nocodec.tplg",
3939
.ops = &sof_skl_ops,
4040
.ops_init = sof_skl_ops_init,
41+
.ops_free = hda_ops_free,
4142
};
4243

4344
static struct sof_dev_desc kbl_desc = {
@@ -61,6 +62,7 @@ static struct sof_dev_desc kbl_desc = {
6162
.nocodec_tplg_filename = "sof-kbl-nocodec.tplg",
6263
.ops = &sof_skl_ops,
6364
.ops_init = sof_skl_ops_init,
65+
.ops_free = hda_ops_free,
6466
};
6567

6668
/* PCI IDs */

0 commit comments

Comments
 (0)