public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] sound fixes for 6.6-rc1
@ 2023-09-08  7:55 Takashi Iwai
  2023-09-08 20:40 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Takashi Iwai @ 2023-09-08  7:55 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Mark Brown, Liam Girdwood, Linux Kernel Mailing List

Linus,

please pull sound fixes for v6.6-rc1 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-fix-6.6-rc1

The topmost commit is ecc8b4d0b6e19031733f28537971f8c5088dada2

----------------------------------------------------------------

sound fixes for 6.6-rc1

A collection of fixes for 6.6-rc1.  All small and easy ones.

- The corrections of the previous PCM iov_iter transitions
- Regression fixes in MIDI 2.0 / USB changes
- Various ASoC codec fixes for Cirrus, Realtek, WCD
- ASoC AMD quirks and ASoC Intel AVS driver workaround

----------------------------------------------------------------

Adam Ford (1):
      ASoC: dt-bindings: fsl_easrc: Add support for imx8mp-easrc

Amadeusz Sławiński (1):
      ASoC: Intel: avs: Provide support for fallback topology

Brent Lu (1):
      ASoC: rt5645: NULL pointer access when removing jack

Harshit Mogalapalli (1):
      ASoC: cs42l43: Fix missing error code in cs42l43_codec_probe()

Kailang Yang (1):
      ALSA: hda/realtek - ALC287 I2S speaker platform support

Kevin-Lu (1):
      MAINTAINERS: Update the MAINTAINERS enties for TEXAS INSTRUMENTS ASoC DRIVERS

Krzysztof Kozlowski (1):
      ASoC: codecs: wcd93xx: fix object added to multiple drivers

Mario Limonciello (1):
      ASoC: amd: yc: Fix a non-functional mic on Lenovo 82TL

Shubh (1):
      ASoC: amd: yc: Add DMI entries to support Victus by HP Gaming Laptop 15-fb0xxx (8A3E)

Simon Trimmer (1):
      ASoC: cs35l56: Waiting for firmware to boot must be tolerant of I/O errors

Takashi Iwai (7):
      ALSA: hda/tas2781: Use standard clamp() macro
      ASoC: dmaengine: Drop unused iov_iter for process callback
      ASoC: Name iov_iter argument as iterator instead of buffer
      ALSA: pcm: Fix error checks of default read/write copy ops
      ALSA: sb: Fix wrong argument in commented code
      ALSA: usb-audio: Fix potential memory leaks at error path for UMP open
      ALSA: seq: Fix snd_seq_expand_var_event() call to user-space

Vitaly Rodionov (1):
      ALSA: hda/cirrus: Fix broken audio on hardware with two CS42L42 codecs.

Vlad Karpovich (3):
      ASoC: cs35l45: Add support for Chip ID 0x35A460
      ASoC: cs35l45: Fix "Dead assigment" warning
      ASoC: cs35l45: Rename DACPCM1 Source control

---
 .../devicetree/bindings/sound/fsl,easrc.yaml       |  8 +++++-
 MAINTAINERS                                        |  2 +-
 include/sound/dmaengine_pcm.h                      |  2 +-
 include/sound/soc-component.h                      |  4 +--
 sound/core/pcm_lib.c                               |  8 +++---
 sound/core/seq/seq_memory.c                        |  9 +++++--
 sound/isa/sb/emu8000_pcm.c                         |  2 +-
 sound/pci/hda/patch_cs8409.c                       |  2 +-
 sound/pci/hda/patch_cs8409.h                       |  1 +
 sound/pci/hda/patch_realtek.c                      | 30 ++++++++++++++++++++++
 sound/pci/hda/tas2781_hda_i2c.c                    | 16 +++---------
 sound/soc/amd/yc/acp6x-mach.c                      | 14 ++++++++++
 sound/soc/atmel/mchp-pdmc.c                        |  2 +-
 sound/soc/codecs/Kconfig                           |  6 +++++
 sound/soc/codecs/Makefile                          |  8 +++---
 sound/soc/codecs/cs35l45.c                         | 11 ++++----
 sound/soc/codecs/cs35l56-shared.c                  | 27 +++++++++----------
 sound/soc/codecs/cs42l43.c                         |  3 ++-
 sound/soc/codecs/rt5645.c                          | 16 +++++++-----
 sound/soc/codecs/wcd-clsh-v2.c                     |  8 ++++++
 sound/soc/intel/avs/pcm.c                          | 22 ++++++++++++++++
 sound/soc/soc-component.c                          |  4 +--
 sound/soc/soc-generic-dmaengine-pcm.c              | 10 ++++----
 sound/soc/stm/stm32_sai_sub.c                      |  2 +-
 sound/usb/midi2.c                                  |  7 +++--
 25 files changed, 159 insertions(+), 65 deletions(-)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-08 20:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-08  7:55 [GIT PULL] sound fixes for 6.6-rc1 Takashi Iwai
2023-09-08 20:40 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox