mbox series

[GIT,PULL] ASoC fixes for v6.0-rc1

Message ID 20220816112237.99086C433B5@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.0-rc1 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.0-rc1

Message

Mark Brown Aug. 16, 2022, 11:22 a.m. UTC
The following changes since commit 40d060b8158e26438398bf1132925f666e3b6480:

  ASoC: q6asm: use kcalloc() instead of kzalloc() (2022-07-28 11:59:10 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.0-rc1

for you to fetch changes up to b4b5f29a076e52181f63e45a2ad1bc88593072e3:

  ASoC: codec: tlv320aic32x4: fix mono playback via I2S (2022-08-10 14:52:05 +0100)

----------------------------------------------------------------
ASoC: Fixes for v6.0

A relatively large batch of fixes that came in since my pull request,
none of them too major and mostly device specific apart from a series of
security/robustness improvements from Takashi.

----------------------------------------------------------------
Biju Das (1):
      ASoC: sh: rz-ssi: Improve error handling in rz_ssi_probe() error path

Justin Stitt (1):
      ASoC: SOF: ipc3-topology: Fix clang -Wformat warning

Mark Brown (2):
      ASoC: Fix theoretical buffer overflow by snprintf()
      TAS2770 fixes

Martin PoviĊĦer (4):
      ASoC: tas2770: Set correct FSYNC polarity
      ASoC: tas2770: Allow mono streams
      ASoC: tas2770: Drop conflicting set_bias_level power setting
      ASoC: tas2770: Fix handling of mute/unmute

Oder Chiou (1):
      ASoC: rt5640: Fix the JD voltage dropping issue

Philipp Zabel (1):
      ASoC: codec: tlv320aic32x4: fix mono playback via I2S

Pierre-Louis Bossart (1):
      ASoC: Intel: fix sof_es8336 probe

Takashi Iwai (4):
      ASoC: Intel: avs: Fix potential buffer overflow by snprintf()
      ASoC: SOF: debug: Fix potential buffer overflow by snprintf()
      ASoC: SOF: Intel: hda: Fix potential buffer overflow by snprintf()
      ASoC: DPCM: Don't pick up BE without substream

syed sabakareem (1):
      ASoC: amd: yc: Update DMI table entries for AMD platforms

 sound/soc/amd/yc/acp6x-mach.c       | 28 +++++++++++
 sound/soc/codecs/rt5640.c           |  5 +-
 sound/soc/codecs/tas2770.c          | 98 ++++++++++++++++---------------------
 sound/soc/codecs/tas2770.h          |  5 ++
 sound/soc/codecs/tlv320aic32x4.c    |  9 ++++
 sound/soc/intel/avs/pcm.c           |  4 +-
 sound/soc/intel/boards/sof_es8336.c |  4 +-
 sound/soc/sh/rz-ssi.c               | 26 +++++-----
 sound/soc/soc-pcm.c                 |  3 ++
 sound/soc/sof/debug.c               |  6 +--
 sound/soc/sof/intel/hda.c           |  2 +-
 sound/soc/sof/ipc3-topology.c       |  2 +-
 12 files changed, 116 insertions(+), 76 deletions(-)