mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] sound fixes for 7.2-rc4
@ 2026-07-14  8:05 Takashi Iwai
  2026-07-14 20:06 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Takashi Iwai @ 2026-07-14  8:05 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Mark Brown, Liam Girdwood, Linux Sound Mailing List,
	Linux Kernel Mailing List

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(-)


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

* Re: [GIT PULL] sound fixes for 7.2-rc4
  2026-07-14  8:05 [GIT PULL] sound fixes for 7.2-rc4 Takashi Iwai
@ 2026-07-14 20:06 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-07-14 20:06 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: Linus Torvalds, Mark Brown, Liam Girdwood,
	Linux Sound Mailing List, Linux Kernel Mailing List

The pull request you sent on Tue, 14 Jul 2026 10:05:55 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/58717b2a1365d06c8c64b72aa948541b53fe31eb

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2026-07-14 20:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-14  8:05 [GIT PULL] sound fixes for 7.2-rc4 Takashi Iwai
2026-07-14 20:06 ` 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

Powered by JetHome