mbox series

[0/4] SoC: SOF: Intel: FIx device descriptions (missing ops_free)

Message ID 20230307093914.25409-1-peter.ujfalusi@linux.intel.com
Headers show
Series SoC: SOF: Intel: FIx device descriptions (missing ops_free) | expand

Message

Peter Ujfalusi March 7, 2023, 9:39 a.m. UTC
Hi,

We have recently noticed that the ops_free callback was missed for the device
descriptions on Intel platforms.

Regards,
Peter
---
Ranjani Sridharan (4):
  ASoC: SOF: Intel: MTL: Fix the device description
  ASoC: SOF: Intel: HDA: Fix device description
  ASoC: SOF: Intel: SKL: Fix device description
  ASOC: SOF: Intel: pci-tgl: Fix device description

 sound/soc/sof/intel/pci-apl.c | 1 +
 sound/soc/sof/intel/pci-cnl.c | 2 ++
 sound/soc/sof/intel/pci-icl.c | 1 +
 sound/soc/sof/intel/pci-mtl.c | 1 +
 sound/soc/sof/intel/pci-skl.c | 2 ++
 sound/soc/sof/intel/pci-tgl.c | 7 +++++++
 6 files changed, 14 insertions(+)