mbox series

[GIT,PULL] ASoC fixes for v5.6

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

Pull-request

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

Message

Mark Brown Feb. 18, 2020, 12:20 p.m. UTC
The following changes since commit 13426feaf46c48fcddb591e89d35120fcc90527f:

  ASoC: wcd934x: Add missing COMMON_CLK dependency to SND_SOC_ALL_CODECS (2020-02-05 10:05:19 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 96781fd941b39e1f78098009344ebcd7af861c67:

  ASoC: sun8i-codec: Fix setting DAI data format (2020-02-17 21:58:41 +0000)

----------------------------------------------------------------
ASoC: Fixes for v5.6

A few fixes sent in since the merge window, none of them with global
impact but all important for the users they affect.

----------------------------------------------------------------
Arnd Bergmann (1):
      ASoC: atmel: fix atmel_ssc_set_audio link failure

Kai Vehmanen (3):
      ALSA: hda: do not override bus codec_mask in link_get()
      ASoC: SOF: Intel: hda: fix ordering bug in resume flow
      ASoC: SOF: Intel: hda: move i915 init earlier

Oleksandr Suvorov (1):
      ASoC: fsl_sai: Fix exiting path on probing failure

Ravulapati Vishnu vardhan rao (2):
      ASoC: amd: Buffer Size instead of MAX Buffer
      ASoC: amd: ACP needs to be powered off in BIOS.

Samuel Holland (2):
      ASoC: codec2codec: avoid invalid/double-free of pcm runtime
      ASoC: sun8i-codec: Fix setting DAI data format

Tzung-Bi Shih (3):
      ASoC: max98090: revert invalid fix for handling SHDN
      ASoC: dapm: remove snd_soc_dapm_put_enum_double_locked
      ASoC: hdmi-codec: set plugged_cb to NULL when component removing

 include/sound/soc-dapm.h            |   2 -
 sound/hda/ext/hdac_ext_controller.c |   9 +-
 sound/soc/amd/raven/acp3x-i2s.c     |   8 +
 sound/soc/amd/raven/acp3x-pcm-dma.c |   7 +-
 sound/soc/amd/raven/pci-acp3x.c     |  23 --
 sound/soc/atmel/Kconfig             |   4 +-
 sound/soc/atmel/Makefile            |  10 +-
 sound/soc/codecs/hdmi-codec.c       |  10 +
 sound/soc/codecs/max98090.c         | 434 ++++++++++--------------------------
 sound/soc/codecs/max98090.h         |   3 +-
 sound/soc/fsl/fsl_sai.c             |  22 +-
 sound/soc/soc-dapm.c                |  57 ++---
 sound/soc/sof/intel/hda-codec.c     |  12 +-
 sound/soc/sof/intel/hda-dsp.c       |  11 +
 sound/soc/sof/intel/hda.c           |  19 +-
 sound/soc/sunxi/sun8i-codec.c       |   3 +-
 16 files changed, 219 insertions(+), 415 deletions(-)

Comments

Takashi Iwai Feb. 18, 2020, 12:36 p.m. UTC | #1
On Tue, 18 Feb 2020 13:20:13 +0100,
Mark Brown wrote:
> 
> The following changes since commit 13426feaf46c48fcddb591e89d35120fcc90527f:
> 
>   ASoC: wcd934x: Add missing COMMON_CLK dependency to SND_SOC_ALL_CODECS (2020-02-05 10:05:19 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.6-rc2
> 
> for you to fetch changes up to 96781fd941b39e1f78098009344ebcd7af861c67:
> 
>   ASoC: sun8i-codec: Fix setting DAI data format (2020-02-17 21:58:41 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.6
> 
> A few fixes sent in since the merge window, none of them with global
> impact but all important for the users they affect.

Pulled now.  Thanks.


Takashi