* [GIT PULL] sound fixes for 7.1-rc1
@ 2026-04-24 10:54 Takashi Iwai
2026-04-24 20:37 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Takashi Iwai @ 2026-04-24 10:54 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.1-rc1 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-fix-7.1-rc1
The topmost commit is 2724fbc90e5c133fbbd030e72fe8a3869a20df08
----------------------------------------------------------------
sound fixes for 7.1-rc1
Here are the rest of small updates for 7.1-rc1. All small fixes
mostly for device-specific issues or regressions.
* Core:
- Fix a potential data race in fasync handling
* USB-audio:
- New device support: Line6 POD HD PRO, NexiGo N930W webcam
- Fixes for Audio Advantage Micro II SPDIF switch and E-MU sample rates
- Limit UAC2 rate parsing to prevent potential overflows
* HD-Audio:
- Device-specific quirks for HP, Acer, and Honor laptops
- Fix for TAS2781 SPI device abnormal sound
- Move Intel firmware loading into probe work to avoid stalling
* ASoC:
- New support for TI TAS5832
- Fixes for SoundWire SDCA/DisCo boolean parsing
- Driver-specific fixes for Intel SOF, ES8311, RT1320, and PXA2xx
* Misc:
- Fixes for resource leaks and data races in 6fire, caiaq, als4000,
and pcmtest drivers
----------------------------------------------------------------
Arnd Bergmann (1):
ASoC: tas2781: fix unused-const-variable warning
Baojun Xu (3):
ALSA: hda/tas2781: Fix sound abnormal issue on some SPI device
ASoC: dt-bindings: ti,tas2781: Add TAS5832 support
ASoC: tas2781: Add tas5832 support
Bard Liao (2):
ASoC: SOF: Intel: NVL: add platform name
ASoC: SOF: Intel: NVL-S: add platform name
Bob Song (1):
ALSA: hda/realtek: add quirk for Acer Nitro 16 AN16-41
Charles Keepax (2):
regmap: sdw-mbq: Allow defers on undeferrable controls
ASoC: SDCA: Fix reading of mipi-sdca-control-deferrable
Chris Chiu (1):
ALSA: hda/realtek: Add LED fixup for HP EliteBook 6 G2a Laptops
Cássio Gabriel (7):
ALSA: usb-audio: stop parsing UAC2 rates at MAX_NR_RATES
ALSA: 6fire: Fix input volume change detection
ALSA: caiaq: Fix control_put() result and cache rollback
ALSA: als4000: Fix capture trigger chip->mode race
ALSA: pcmtest: Fix resource leaks in module init error paths
ALSA: usb-audio: Avoid false E-MU sample-rate notifications
ALSA: usb-audio: Fix Audio Advantage Micro II SPDIF switch
Guangshuo Li (1):
ALSA: pcmtest: fix reference leak on failed device registration
Hsieh Hung-En (2):
ASoC: es8311: Check regcache_sync() error in resume
ASoC: es8311: Fix clock leak and check update_bits in set_bias_level()
Johnathan Penberthy (1):
ALSA: usb-audio: Add quirk entries for NexiGo N930W webcam
Juan Pablo Fuentealba Bizama (1):
ALSA: usb-audio: Add quirk for SmartlinkTechnology M01
Maciej Strozek (1):
ASoC: sdw_utils: cs42l43: allow spk component names to be combined
Peng Fan (1):
ASoC: pxa2xx-ac97: fix error handling for reset GPIO descriptor
Phil Willoughby (1):
ALSA: usb-audio/line6: Add support for POD HD PRO
Randy Dunlap (2):
ALSA: virtio: drop an extaneous kernel-doc comment
ALSA: vx: use correct function name in kernel-doc comment
Rong Zhang (1):
ALSA: usb-audio: Tidy up error check for processing unit
Shuming Fan (1):
ASoC: rt1320: fix the warning 'rae_fw' from request_firmware() not released
Spencer Payton (1):
ALSA: hda/realtek - Add mute LED support for HP Victus 15-fa2xxx
Takashi Iwai (9):
ALSA: caiaq: Handle probe errors properly
ALSA: 6fire: Cover the whole probe and disconnect calls with register_mutex
ALSA: 6fire: Fix leftover global pointers after probe failures
ALSA: 6fire: Reduce multi-level conditionals in usb6fire_chip_disconnect()
ALSA: 6fire: Drop unnecessary NULL checks
ALSA: hda/intel: Move firmware loading into the probe work
ALSA: core: Fix potential data race at fasync handling
Revert "ALSA: usb-audio: Add quirk for SmartlinkTechnology M01"
Revert "ALSA: pcmtest: fix reference leak on failed device registration"
Timofey Tarasenko (1):
ALSA: hda/realtek: add quirk for HONOR MRB-XXX M1020
Tobias Heider (1):
ASoC: qcom: x1e80100: limit speaker volumes
---
.../devicetree/bindings/sound/ti,tas2781.yaml | 7 +-
drivers/base/regmap/regmap-sdw-mbq.c | 36 +++----
include/sound/tas2781.h | 1 +
sound/arm/pxa2xx-ac97-lib.c | 15 +--
sound/core/misc.c | 13 ++-
sound/drivers/pcmtest.c | 15 ++-
sound/drivers/vx/vx_cmd.h | 2 +-
sound/hda/codecs/realtek/alc269.c | 17 ++++
sound/hda/codecs/side-codecs/tas2781_hda_spi.c | 1 +
sound/hda/common/hda_controller.h | 4 -
sound/hda/controllers/intel.c | 58 +++--------
sound/pci/als4000.c | 44 ++++----
sound/soc/codecs/es8311.c | 22 ++--
sound/soc/codecs/rt1320-sdw.c | 1 +
sound/soc/codecs/tas2781-fmwlib.c | 7 +-
sound/soc/codecs/tas2781-i2c.c | 15 ++-
sound/soc/qcom/x1e80100.c | 19 ++++
sound/soc/sdca/sdca_functions.c | 7 +-
sound/soc/sdw_utils/soc_sdw_bridge_cs35l56.c | 6 --
sound/soc/sdw_utils/soc_sdw_cs42l43.c | 12 +--
sound/soc/sdw_utils/soc_sdw_utils.c | 20 +++-
sound/soc/sof/intel/nvl.c | 2 +
sound/usb/6fire/chip.c | 113 ++++++++++-----------
sound/usb/6fire/control.c | 10 +-
sound/usb/caiaq/control.c | 52 +++++++---
sound/usb/caiaq/device.c | 33 ++++--
sound/usb/format.c | 2 +-
sound/usb/line6/podhd.c | 14 +++
sound/usb/mixer.c | 34 +++----
sound/usb/mixer_quirks.c | 12 ++-
sound/usb/quirks.c | 2 +
sound/virtio/virtio_pcm.h | 1 -
32 files changed, 339 insertions(+), 258 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-24 20:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-24 10:54 [GIT PULL] sound fixes for 7.1-rc1 Takashi Iwai
2026-04-24 20:37 ` 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