mbox series

[GIT,PULL] ASoC fixes for v5.6

Message ID 20200306162751.GC4114@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-rc4

Message

Mark Brown March 6, 2020, 4:27 p.m. UTC
The following changes since commit 96781fd941b39e1f78098009344ebcd7af861c67:

  ASoC: sun8i-codec: Fix setting DAI data format (2020-02-17 21:58:41 +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-rc4

for you to fetch changes up to 3fb83cbee1de58fcd5d22f1db89460bb7c08b6e8:

  ASoC: wm8741: Fix typo in Kconfig prompt (2020-03-05 12:53:51 +0000)

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

More fixes that have arrived since the merge window, spread out all
over.  There's a few things like the operation callback addition for
rt1015 and the meson reset addition which add small new bits of
functionality to fix non-working systems, they're all very small and for
parts of newly added functionality.

----------------------------------------------------------------
Amadeusz Sławiński (1):
      ASoC: Intel: Skylake: Fix available clock counter incrementation

Axel Lin (1):
      ASoC: wm8741: Fix typo in Kconfig prompt

Charles Keepax (1):
      ASoC: dapm: Correct DAPM handling of active widgets during shutdown

Dan Carpenter (1):
      ASoC: SOF: Fix snd_sof_ipc_stream_posn()

Dan Murphy (2):
      ASoC: tas2562: Return invalid for when bitwidth is invalid
      ASoC: tas2562: Fix sample rate error message

Dragos Tarcatu (2):
      ASoC: topology: Fix memleak in soc_tplg_link_elems_load()
      ASoC: topology: Fix memleak in soc_tplg_manifest_load()

Jack Yu (2):
      ASoC: rt1015: add operation callback function for rt1015_dai[]
      ASoC: rt1015: modify pre-divider for sysclk

Jerome Brunet (1):
      ASoC: meson: g12a: add tohdmitx reset

Kuninori Morimoto (2):
      ASoC: soc-pcm/soc-compress: don't use snd_soc_dapm_stream_stop()
      ASoC: soc-component: tidyup snd_soc_pcm_component_sync_stop()

Matthias Reichl (1):
      ASoC: pcm512x: Fix unbalanced regulator enable call in probe error path

Olivier Moysan (1):
      ASoC: stm32: sai: manage rebind issue

Pierre-Louis Bossart (1):
      ASoC: soc-core: fix for_rtd_codec_dai_rollback() macro

Takashi Iwai (3):
      ASoC: intel: skl: Fix pin debug prints
      ASoC: intel: skl: Fix possible buffer overflow in debug outputs
      ASoC: pcm: Fix possible buffer overflow in dpcm state sysfs output

 include/sound/soc.h                   |  2 +-
 sound/soc/codecs/Kconfig              |  2 +-
 sound/soc/codecs/pcm512x.c            |  8 +++++---
 sound/soc/codecs/rt1015.c             |  3 ++-
 sound/soc/codecs/tas2562.c            |  5 +++--
 sound/soc/intel/skylake/skl-debug.c   | 32 +++++++++++++++++---------------
 sound/soc/intel/skylake/skl-ssp-clk.c |  4 +++-
 sound/soc/meson/g12a-tohdmitx.c       |  6 ++++++
 sound/soc/soc-component.c             |  2 +-
 sound/soc/soc-compress.c              |  2 +-
 sound/soc/soc-dapm.c                  |  2 +-
 sound/soc/soc-pcm.c                   | 18 +++++++++---------
 sound/soc/soc-topology.c              | 17 ++++++++++-------
 sound/soc/sof/ipc.c                   |  2 +-
 sound/soc/stm/stm32_sai_sub.c         | 18 ++++++++++--------
 15 files changed, 71 insertions(+), 52 deletions(-)

Comments

Takashi Iwai March 7, 2020, 6:25 a.m. UTC | #1
On Fri, 06 Mar 2020 17:27:51 +0100,
Mark Brown wrote:
> 
> The following changes since commit 96781fd941b39e1f78098009344ebcd7af861c67:
> 
>   ASoC: sun8i-codec: Fix setting DAI data format (2020-02-17 21:58:41 +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-rc4
> 
> for you to fetch changes up to 3fb83cbee1de58fcd5d22f1db89460bb7c08b6e8:
> 
>   ASoC: wm8741: Fix typo in Kconfig prompt (2020-03-05 12:53:51 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.6
> 
> More fixes that have arrived since the merge window, spread out all
> over.  There's a few things like the operation callback addition for
> rt1015 and the meson reset addition which add small new bits of
> functionality to fix non-working systems, they're all very small and for
> parts of newly added functionality.

Pulled now.  Thanks.


Takashi