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.2-rc7
Date: Fri, 07 Aug 2026 10:39:56 +0200	[thread overview]
Message-ID: <87v79mb9yb.wl-tiwai@suse.de> (raw)

Linus,

please pull sound fixes for v7.2-rc7 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-7.2-rc7

The topmost commit is a8934c2c6dfd72901cf3cc0de28e85eb902a61a4

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

sound fixes for 7.2-rc7

A collection of small fixes since the last pull request.
More than few, but an enough-manageable amount at this time.

USB-audio:
- UAF, OOB and such hardening fixes for USB-audio, usx2y and us144mkii
- Mixer regression fixes for Logitech PRO X 2 LIGHTSPEED headset and
  M-Audio Fast Track Ultra

HD-audio:
- Fix for an ACPI reference leak in TAS2781 HDA side-codec

ASoC:
- Fixes the default tables for Cirrus Logic codecs
- Fixes for invalid enum accesses for Qualcomm LPASS
- Error handling and robustness fixes for Intel SOF & Soundwire
- DMI quirks for a few AMD devices

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

Bard Liao (2):
      ASoC: SOF: topology: Use acpi mach from the machine driver
      ASoC/soundwire: Intel: reset the PCMSyCM registers in hda_sdw_bpt_close

Baul Lee (4):
      ALSA: FCP: fix OOB write in fcp_meter_ctl_get()
      ALSA: us144mkii: re-anchor capture URBs on resubmission
      ALSA: usb-audio: fix OOB write on Type II inbound URBs
      ALSA: usx2y: bound the hwdep mmap fault offset

Dawid Wróbel (2):
      ASoC: codecs: lpass-tx-macro: Fix enum kcontrol accesses
      ASoC: codecs: lpass-wsa-macro: Fix enum kcontrol accesses

Peter Ujfalusi (6):
      ASoC: SOF: ipc4-topology: Refresh copier IPC payload before widget setup
      ASoC: SOF: sof-audio: Fix error path in sof_widget_setup_unlocked()
      ASoC: SOF: ipc4-pcm: Continue the pipeline trigger in case of IPC timeout
      ASoC: cs35l41: sort the register default table
      ASoC: cs35l45: sort the register default table
      ASoC: cs4265: sort the register default table

Rong Zhang (1):
      ALSA: usb-audio: Add QUIRK_FLAG_MIXER_GET_CUR_BROKEN for Logitech PRO X 2 LIGHTSPEED

Rudi Heitbaum (1):
      ASoC: rt5645: Make the Kconfig symbol user selectable

Takashi Iwai (1):
      ALSA: usb-audio: Fix sticky mixer regressions on M-Audio Fast Track Ultra

Troy Mitchell (1):
      MAINTAINERS: add SpacemiT K1/K3 I2S entry

Xu Rao (1):
      ALSA: hda/tas2781: fix ACPI reference handling

Zhang Heng (3):
      ASoC: amd: yc: Add DMI quirk for HP Victus Laptop 16-e1xxx
      ASoC: amd: yc: Add DMI quirk for Xiaomi RedmiBook 16 2025
      ASoC: amd: yc: Add DMI quirk for MSI Raider A18 HX A7VHG

---
 MAINTAINERS                                        |  6 ++++
 drivers/soundwire/intel_ace2x.c                    |  4 ++-
 include/sound/hda-sdw-bpt.h                        |  5 ++--
 sound/hda/codecs/side-codecs/tas2781_hda_spi.c     |  3 +-
 sound/soc/amd/yc/acp6x-mach.c                      | 22 ++++++++++++++-
 sound/soc/codecs/Kconfig                           |  2 +-
 sound/soc/codecs/cs35l41-lib.c                     |  2 +-
 sound/soc/codecs/cs35l45-tables.c                  | 32 ++++++++++-----------
 sound/soc/codecs/cs4265.c                          |  4 +--
 sound/soc/codecs/lpass-tx-macro.c                  |  4 +--
 sound/soc/codecs/lpass-wsa-macro.c                 |  8 +++---
 sound/soc/intel/common/sof-function-topology-lib.c |  7 ++++-
 sound/soc/sof/intel/hda-sdw-bpt.c                  | 31 ++++++++++++++++++--
 sound/soc/sof/ipc4-pcm.c                           | 25 ++++++++++++----
 sound/soc/sof/ipc4-topology.c                      | 33 ++++++++++++++++++++++
 sound/soc/sof/sof-audio.c                          |  9 +++---
 sound/usb/endpoint.c                               |  6 ++--
 sound/usb/fcp.c                                    | 10 ++++++-
 sound/usb/quirks.c                                 |  6 ++++
 sound/usb/usx2y/us144mkii_capture.c                |  1 +
 sound/usb/usx2y/usX2Yhwdep.c                       |  2 ++
 sound/usb/usx2y/usx2yhwdeppcm.c                    |  2 ++
 22 files changed, 175 insertions(+), 49 deletions(-)


             reply	other threads:[~2026-08-07  8:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-07  8:39 Takashi Iwai [this message]
2026-08-07 14:27 ` [GIT PULL] sound fixes for 7.2-rc7 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=87v79mb9yb.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