mbox series

[0/3] SoC: SOF: Intel: hda/mtl: Improve and enable DMI L1 haldling

Message ID 20230220075804.4829-1-peter.ujfalusi@linux.intel.com (mailing list archive)
Headers show
Series SoC: SOF: Intel: hda/mtl: Improve and enable DMI L1 haldling | expand

Message

Peter Ujfalusi Feb. 20, 2023, 7:58 a.m. UTC
Hi,

The first patch will improve the managing of DMI L1 by tracking it's
enabled/disabled state to avoid unconditional changes to it's state.

The remaining two patch will enable the DMI L1 for MTL platforms (ACE 1.0)

Regards,
Peter
---
Ranjani Sridharan (3):
  ASoC: SOF: Intel: hda: Do not re-enable L1 if disabled before suspend
  ASoC: SOF: Intel: hda: Restrict DMI L1 disable workaround
  ASoC: SOF: Intel: MTL: Enable DMI L1

 sound/soc/sof/intel/hda-ctrl.c   |  8 +++++---
 sound/soc/sof/intel/hda-dsp.c    | 10 ++++------
 sound/soc/sof/intel/hda-stream.c | 15 ++++++++++++---
 sound/soc/sof/intel/hda.h        |  2 +-
 sound/soc/sof/intel/mtl.c        |  3 +++
 sound/soc/sof/intel/mtl.h        |  2 ++
 6 files changed, 27 insertions(+), 13 deletions(-)