Linux Sound subsystem development
 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-rc4
Date: Tue, 14 Jul 2026 10:05:55 +0200	[thread overview]
Message-ID: <87o6gayp0c.wl-tiwai@suse.de> (raw)

Linus,

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

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

The topmost commit is 5caf27a2bf7f86f92f03e851d252901b64ed498c

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

A collection of small fixes.  All are device-specific fixes (including
regression fixes) or quirks accumulated since the last update.
Some highlights:

* USB-audio:
- Fix per-channel volume imbalance regression for sticky mixers
- Validate input packet length in caiaq driver
- Quirks for iBasso DC-Elite, Musical Fidelity M6s DAC, and Redragon
  H510-PRO Wireless headset

* HD-audio:
- Fix a long-standing bug of cached processing coefficient verbs
- Make cs35l56 driver failing with missing firmware
- Fix cirrus codec Kconfig dependency, update MAINTAINERS
- Remove unneeded mic bias threshold override on Conexant
- Realtek codec quirks for ASUS ROG Ally X (headphone & mic), Dell
  QCM1255, Legion Pro 7, HP/Victus laptops, Framework, and TongFang
  laptops

* ASoC:
- Add Eliza audio support on Qualcomm sc8280xp/sm8250 SoCs
- Fix SDCA linker error with ACP on AMD
- A few fixes for AMD ACP PCI driver
- Add TAS2783 support on AMD ACP 7.0 platforms
- Reset RT712-SDCA codec to fix silent headphone issue
- Soft reset S/PDIF datapath on Meson AIU FIFO
- Jack report fix for cs42l43
- TAS2562 shutdown GPIO clearing fix
- Sidecar amps quirk for Lenovo laptop in SOF SDW driver

* Misc:
- Drop redundant mod_devicetable.h includes from FireWire drivers
- Fix memory leak and format mismatch in mixer kselftest

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

Agustin Luzardo (1):
      ALSA: usb-audio: Add quirk for Redragon H510-PRO Wireless headset

Baojun Xu (1):
      ASoC: amd: acp: amd-acp70-acpi-match: Add tas2783 support

Charles Keepax (1):
      ASoC: cs42l43: Correct report for forced microphone jack

Chen Bowen (1):
      ALSA: hda/realtek: Fix speakers on MECHREVO WUJIE Series

Christian Hewitt (1):
      ASoC: meson: aiu: fifo-spdif: soft reset the S/PDIF datapath on start/stop

Damien Laine (1):
      ALSA: hda/realtek: Fix speakers on Legion Pro 7 16ARX8H with codec SSID 17aa:38a7

Daniel Schaefer (1):
      ALSA: hda/realtek: add quirk for Framework F111:0010

Eckhart Mohr (1):
      ALSA: hda/realtek: Add quirk for TongFang X6xx45xU

Federico Lombardo (1):
      ALSA: hda/realtek: Enable mute LED quirk for HP Laptop 15-dw0xxx

Kailang Yang (1):
      ALSA: hda/realtek - Fixed Headphone noise issue for Dell QCM1255

Kshamendra Kumar Mishra (1):
      ALSA: hda/realtek: Add mic mute LED quirk for HP Laptop 15-fd0xxx

Lianqin Hu (1):
      ALSA: usb-audio: Add delay quirk for iBasso DC-Elite

Longlong Xia (1):
      ALSA: firewire: Drop redundant mod_devicetable.h includes

Maciej Strozek (1):
      ASoC: sof_sdw: Add a quirk for 0x17aa383c laptop using sidecar amps with cs42l43

Malaya Kumar Rout (2):
      selftests/alsa: Fix memory leak in find_controls error path
      selftests/alsa: Fix format specifier and function mismatch in mixer-test

Matthew Schwartz (2):
      ALSA: hda/realtek: Fix headphone output on ASUS ROG Ally X
      ALSA: hda/realtek: Fix headset mic on ASUS ROG Ally X

Pengpeng Hou (1):
      ALSA: usb-audio: caiaq: validate EP1 reply lengths

Ravi Hothi (3):
      ASoC: dt-bindings: qcom: Add Eliza LPASS macro codecs
      ASoC: dt-bindings: qcom,sm8250: Add Eliza sound card
      ASoC: qcom: sc8280xp: Add support for Eliza

Richard Fitzgerald (3):
      ALSA: hda/cirrus_scodec: Make Kconfig visible if KUNIT
      ALSA: hda: MAINTAINERS: Fix missing cirrus* file reference
      ALSA: hda: cs35l56: Fail if wmfw file is missing

Rohit Sinha (1):
      ALSA: hda/realtek - Add quirk for HP Victus 15-fa0xxx (MB 8A50)

Rong Zhang (1):
      ALSA: usb-audio: Fix imbalance per-channel volume of sticky mixers

Syed Saba Kareem (1):
      ASoC: amd: acp: Fix linker error with SDCA quirks

Takashi Iwai (1):
      ALSA: usb-audio: Skip DSD quirk for Musical Fidelity M6s DAC

Tianze Shao (1):
      ASoC: rt712-sdca: reset codec at io_init to fix silent headphone

Uday Khare (1):
      ASoC: tas2562: fix deprecated 'shut-down' GPIO always cleared after lookup

Vijendar Mukunda (3):
      ASoC: amd: ps: disable MSI on resume in ACP PCI driver
      ASoC: amd: ps: fix wrong ACP version string in pci_request_regions()
      ASoC: amd: ps: replace bitwise OR with logical OR in IRQ return check

Xu Rao (1):
      ALSA: hda: Fix cached processing coefficient verbs

Zhang Heng (1):
      ALSA: hda: conexant: Remove mic bias threshold override

---
 .../bindings/sound/qcom,lpass-rx-macro.yaml        |  1 +
 .../bindings/sound/qcom,lpass-tx-macro.yaml        |  1 +
 .../bindings/sound/qcom,lpass-va-macro.yaml        |  1 +
 .../bindings/sound/qcom,lpass-wsa-macro.yaml       |  1 +
 .../devicetree/bindings/sound/qcom,sm8250.yaml     |  1 +
 MAINTAINERS                                        |  1 +
 sound/firewire/bebob/bebob.h                       |  1 -
 sound/firewire/dice/dice.h                         |  1 -
 sound/firewire/digi00x/digi00x.h                   |  1 -
 sound/firewire/fireface/ff.h                       |  1 -
 sound/firewire/fireworks/fireworks.h               |  1 -
 sound/firewire/motu/motu.h                         |  1 -
 sound/firewire/oxfw/oxfw.h                         |  1 -
 sound/firewire/tascam/tascam.h                     |  1 -
 sound/hda/codecs/conexant.c                        |  3 --
 sound/hda/codecs/realtek/alc269.c                  | 49 +++++++++++++++++++++-
 sound/hda/codecs/side-codecs/Kconfig               |  2 +-
 sound/hda/codecs/side-codecs/cs35l56_hda.c         | 30 ++++---------
 sound/hda/core/regmap.c                            |  4 +-
 sound/soc/amd/acp/Kconfig                          | 10 +++--
 sound/soc/amd/acp/Makefile                         |  3 +-
 sound/soc/amd/acp/amd-acp70-acpi-match.c           | 47 ++++++++++++++++++++-
 sound/soc/amd/acp/soc-acpi-amd-sdca-quirks.c       |  4 --
 sound/soc/amd/ps/pci-ps.c                          | 33 ++++++++++++++-
 sound/soc/codecs/cs42l43-jack.c                    |  3 +-
 sound/soc/codecs/rt712-sdca.c                      | 11 +++++
 sound/soc/codecs/tas2562.c                         |  5 ++-
 sound/soc/intel/boards/sof_sdw.c                   |  1 +
 sound/soc/meson/aiu-fifo-spdif.c                   |  5 +++
 sound/soc/qcom/sc8280xp.c                          |  1 +
 sound/usb/caiaq/device.c                           | 17 ++++++--
 sound/usb/caiaq/input.c                            |  6 +++
 sound/usb/mixer.c                                  |  2 +-
 sound/usb/quirks.c                                 |  6 +++
 tools/testing/selftests/alsa/mixer-test.c          |  5 ++-
 35 files changed, 203 insertions(+), 58 deletions(-)


             reply	other threads:[~2026-07-14  8:05 UTC|newest]

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