mbox series

[GIT,PULL] ASoC fixes for v5.5

Message ID 20200106130202.GA6448@sirena.org.uk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ASoC fixes for v5.5 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.5-rc5

Message

Mark Brown Jan. 6, 2020, 1:02 p.m. UTC
The following changes since commit 556672d75ff486e0b6786056da624131679e0576:

  ASoC: wm8962: fix lambda value (2019-12-16 11:47:28 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.5-rc5

for you to fetch changes up to ff3b57417012fcc963ec281f5705bed837e4b1ac:

  ASoC: Intel: boards: Fix compile-testing RT1011/RT5682 (2020-01-03 00:56:47 +0000)

----------------------------------------------------------------
ASoC: Fixes for v5.5

More fixes that have been collected, nothing super remarkable here - the
few core fixes are mainly error handling related as are many of the
driver fixes.

----------------------------------------------------------------
Arnd Bergmann (1):
      ASoC: Intel: boards: Fix compile-testing RT1011/RT5682

Chuhong Yuan (1):
      ASoC: fsl_audmix: add missed pm_runtime_disable

Colin Ian King (1):
      ASoC: SOF: imx8: fix memory allocation failure check on priv->pd_dev

Daniel Baluta (2):
      ASoC: soc-core: Set dpcm_playback / dpcm_capture
      ASoC: SOF: imx8: Fix dsp_box offset

Dragos Tarcatu (1):
      ASoC: topology: Prevent use-after-free in snd_soc_get_pcm_runtime()

Kai Vehmanen (1):
      ASoC: SOF: fix fault at driver unload after failed probe

Olivier Moysan (3):
      ASoC: stm32: spdifrx: fix inconsistent lock state
      ASoC: stm32: spdifrx: fix race condition in irq handler
      ASoC: stm32: spdifrx: fix input pin state management

Pierre-Louis Bossart (1):
      ASoC: SOF: Intel: hda: hda-dai: fix oops on hda_link .hw_free

Takashi Iwai (1):
      ASoC: core: Fix access to uninitialized list heads

 sound/soc/fsl/fsl_audmix.c                 |  9 ++++++-
 sound/soc/intel/boards/cml_rt1011_rt5682.c |  1 -
 sound/soc/soc-core.c                       | 14 ++++++-----
 sound/soc/soc-topology.c                   |  6 ++---
 sound/soc/sof/imx/imx8.c                   |  5 +++-
 sound/soc/sof/intel/hda-dai.c              | 11 ++++++--
 sound/soc/sof/ipc.c                        |  3 +++
 sound/soc/stm/stm32_spdifrx.c              | 40 +++++++++++++++++++-----------
 8 files changed, 61 insertions(+), 28 deletions(-)

Comments

Takashi Iwai Jan. 6, 2020, 6:54 p.m. UTC | #1
On Mon, 06 Jan 2020 14:02:02 +0100,
Mark Brown wrote:
> 
> The following changes since commit 556672d75ff486e0b6786056da624131679e0576:
> 
>   ASoC: wm8962: fix lambda value (2019-12-16 11:47:28 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.5-rc5
> 
> for you to fetch changes up to ff3b57417012fcc963ec281f5705bed837e4b1ac:
> 
>   ASoC: Intel: boards: Fix compile-testing RT1011/RT5682 (2020-01-03 00:56:47 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.5
> 
> More fixes that have been collected, nothing super remarkable here - the
> few core fixes are mainly error handling related as are many of the
> driver fixes.

Pulled now.  Thanks!


Takashi