mbox series

[0/7] ASoC: SOF: fixes for 5.6

Message ID 20200124213625.30186-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ASoC: SOF: fixes for 5.6 | expand

Message

Pierre-Louis Bossart Jan. 24, 2020, 9:36 p.m. UTC
I know this is cutting it close to the merge window, but since Takashi
suggested I provide the suspend bug he, Kai and I were working on, I
decided to send a small batch of fixes.

Bard Liao (1):
  ASoC: intel: soc-acpi-intel-icl-match: fix rt715 ADR

Guennadi Liakhovetski (2):
  ASoC: SOF: fix an Oops, caused by invalid topology
  ASoC: Intel: consistent HDMI codec probing code

Kai Vehmanen (1):
  ASoC: SOF: trace: fix unconditional free in trace release

Pan Xiuli (1):
  ASoC: SOF: pci: add missing default_fw_name of JasperLake

Pierre-Louis Bossart (2):
  ASoC: SOF: core: free trace on errors
  ASoC: SOF: core: release resources on errors in probe_continue

 sound/soc/intel/boards/bxt_da7219_max98357a.c | 14 +++----
 sound/soc/intel/boards/bxt_rt298.c            | 14 +++----
 sound/soc/intel/boards/cml_rt1011_rt5682.c    | 13 ++++---
 sound/soc/intel/boards/glk_rt5682_max98357a.c | 16 ++++----
 sound/soc/intel/boards/sof_rt5682.c           | 15 ++++----
 .../intel/common/soc-acpi-intel-icl-match.c   |  2 +-
 sound/soc/sof/core.c                          | 38 ++++++++-----------
 sound/soc/sof/pcm.c                           | 10 +++++
 sound/soc/sof/pm.c                            |  4 ++
 sound/soc/sof/sof-pci-dev.c                   |  1 +
 sound/soc/sof/trace.c                         |  7 +++-
 11 files changed, 74 insertions(+), 60 deletions(-)