Skip to content

Commit 376f79b

Browse files
ranj063broonie
authored andcommitted
ASOC: SOF: Intel: pci-tgl: Fix device description
Add the missing ops_free callback. Fixes: 63d375b ("ASoC: SOF: Intel: pci-tgl: use RPL specific firmware definitions") 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 1f320bd commit 376f79b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ static const struct sof_dev_desc rpls_desc = {
239239
.nocodec_tplg_filename = "sof-rpl-nocodec.tplg",
240240
.ops = &sof_tgl_ops,
241241
.ops_init = sof_tgl_ops_init,
242+
.ops_free = hda_ops_free,
242243
};
243244

244245
static const struct sof_dev_desc rpl_desc = {
@@ -270,6 +271,7 @@ static const struct sof_dev_desc rpl_desc = {
270271
.nocodec_tplg_filename = "sof-rpl-nocodec.tplg",
271272
.ops = &sof_tgl_ops,
272273
.ops_init = sof_tgl_ops_init,
274+
.ops_free = hda_ops_free,
273275
};
274276

275277
/* PCI IDs */

0 commit comments

Comments
 (0)