The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mark Brown <broonie@kernel.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Linux Sound Mailing List <linux-sound@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] sound fixes for 7.1-rc3
Date: Thu, 07 May 2026 12:29:20 +0200	[thread overview]
Message-ID: <87bjerqzr3.wl-tiwai@suse.de> (raw)

Linus,

please pull sound fixes for v7.1-rc3 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-7.1-rc3

The topmost commit is 06bc7ff0a1e0f2b0102e1314e3527a7ec0997851

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

sound fixes for 7.1-rc3

Again a collection of small fixes, mostly for device-specific ones.
The only big LOC is about the removal of pretty old dead code in
ab8500 codec driver, while the rest all nice small changes.

* Core / API:
- Fix race in deferred fasync state checks
- Fix UMP group filtering in sequencer

* ASoC:
- cs35l56: fixes for driver cleanup and error paths
- tas2764/2770: workaround for bogus temperature readings
- wm_adsp: fixes for firmware unit tests
- amd-yc: more DMI quirks for laptops
- Minor fixes for fsl_xcvr and spacemit

* HD-Audio:
- Mute LED and speaker quirks for HP, Lenovo, and Xiaomi laptops

* USB-audio:
- New device-specific quirks (Motu, JBL, AlphaTheta, Razer)
- Fix of MIDI2 playback on resume

* Others:
- Firewire-tascam control event fix
- Minor cleanups and fixes for sparc/dbri and pcmtest

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

Anton Swart (1):
      ALSA: usb-audio: Add quirk flags for AlphaTheta EUPHONIA

Bob Song (1):
      ASoC: amd: yc: Add DMI quirk for MSI Bravo 15 C7VE

Cássio Gabriel (6):
      ALSA: pcmtest: Return -EFAULT on pattern read copy failure
      ASoC: fsl_xcvr: Fix event generation for cached controls
      ALSA: firewire-tascam: Do not drop unread control events
      ALSA: usb-audio: midi2: Restart output URBs on resume
      ALSA: seq: Fix UMP group 16 filtering
      ALSA: core: Serialize deferred fasync state checks

Derek Fang (1):
      ASoC: sdw_utils: avoid the SDCA companion function not supported failure

Fernando Antunez Antonio (1):
      ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP Envy X360 15-fh0xxx

James Calligeros (2):
      ASoC: tas2764: Deal with bogus initial temperature register value
      ASoC: tas2770: Deal with bogus initial temperature value

Nicola Lunghi (1):
      ALSA: usb-audio: add clock quirk for Motu 1248

Pauli Virtanen (1):
      ALSA: usb-audio: add min_mute quirk for Razer Nommo V2 X

Richard Fitzgerald (6):
      ASoC: cs35l56: Fix hibernate write in runtime resume error path
      ASoC: cs35l56: Fix out-of-bounds in dev_err() in cs35l56_read_onchip_spkid()
      ASoC: wm_adsp_fw_find_test: Redirect wm_adsp_release_firmware_files()
      ASoC: wm_adsp_fw_find_test: Clear searched_fw_files in find-by-index test
      ASoC: cs35l56: Don't use devres to unregister component
      ASoC: cs35l56: Destroy workqueue in probe error path

Rodrigo Faria (1):
      ALSA: hda/realtek: Add mute LED fixup for HP Pavilion 15-cs1xxx

Rong Zhang (1):
      ALSA: usb-audio: Add quirk flags for JBL Pebbles

Rosen Penev (1):
      ALSA: sparc/dbri: add missing fallthrough

Rámon van Raaij (1):
      ALSA: hda/realtek: Add codec SSID quirk for Lenovo Yoga Pro 9 16IMH9

Tommaso Soncin (1):
      ASoC: amd: yc: Add HP OMEN Gaming Laptop 16-ap0xxx product line in quirk table

Troy Mitchell (1):
      ASoC: spacemit: fix RX DMA params not set when TX is running

Uwe Kleine-König (The Capable Hub) (1):
      ASoC: codecs: ab8500: Remove suspicious code

Yuriy Padlyak (1):
      ALSA: hda/realtek: Fix speaker silence after S3 resume on Xiaomi Mi Laptop Pro 15

---
 sound/core/misc.c                       |   8 +-
 sound/core/seq/seq_clientmgr.c          |   2 +-
 sound/core/seq/seq_clientmgr.h          |   5 +-
 sound/core/seq/seq_ump_client.c         |   2 +-
 sound/drivers/pcmtest.c                 |   6 +-
 sound/firewire/tascam/tascam-hwdep.c    |   1 +
 sound/hda/codecs/realtek/alc269.c       |  53 +++++-
 sound/soc/amd/yc/acp6x-mach.c           |  21 +++
 sound/soc/codecs/ab8500-codec.c         | 304 +-------------------------------
 sound/soc/codecs/cs35l56-shared.c       |  11 +-
 sound/soc/codecs/cs35l56.c              |  11 +-
 sound/soc/codecs/tas2764.c              |  35 +++-
 sound/soc/codecs/tas2770.c              |  23 ++-
 sound/soc/codecs/wm_adsp_fw_find_test.c |  57 ++++--
 sound/soc/fsl/fsl_xcvr.c                |  17 +-
 sound/soc/sdw_utils/soc_sdw_utils.c     |   1 +
 sound/soc/spacemit/k1_i2s.c             |   7 +-
 sound/sparc/dbri.c                      |   1 +
 sound/usb/clock.c                       |  15 +-
 sound/usb/midi2.c                       |   9 +-
 sound/usb/quirks.c                      |   7 +
 21 files changed, 243 insertions(+), 353 deletions(-)


             reply	other threads:[~2026-05-07 10:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-07 10:29 Takashi Iwai [this message]
2026-05-07 16:06 ` [GIT PULL] sound fixes for 7.1-rc3 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bjerqzr3.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox