mbox series

[0/3] Fixes for avs driver

Message ID 20230113190310.1451693-1-amadeuszx.slawinski@linux.intel.com
Headers show
Series Fixes for avs driver | expand

Message

Amadeusz Sławiński Jan. 13, 2023, 7:03 p.m. UTC
First patch fixes problems reported when performing shutdown. Second one
is for a problem reported by LKP. Last one fixes problem reported by
checkpatch.

Amadeusz Sławiński (3):
  ASoC: Intel: avs: Implement PCI shutdown
  ASoC: Intel: avs: Correctly access topology fiels
  ASoC: Intel: avs: Use min_t instead of min with cast

 sound/soc/intel/avs/core.c     | 24 ++++++++++++++++++++++++
 sound/soc/intel/avs/topology.c |  2 +-
 sound/soc/intel/avs/trace.c    |  2 +-
 3 files changed, 26 insertions(+), 2 deletions(-)