[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <877c16wqhj.wl-tiwai@suse.de>
Date: Fri, 20 Jun 2025 14:24:08 +0200
From: Takashi Iwai <tiwai@...e.de>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Mark Brown <broonie@...nel.org>, Liam Girdwood <lgirdwood@...il.com>,
Linux Sound Mailing List <linux-sound@...r.kernel.org>, Linux Kernel
Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] sound fixes for 6.16-rc3
Linus,
please pull sound fixes for v6.16-rc3 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.16-rc3
The topmost commit is 33bdee12822d240caaa01aeac231eac42182fd64
----------------------------------------------------------------
sound fixes for 6.16-rc3
A collection of small fixes.
All changes are device-specific at this time.
- Fixes for Cirrus codecs with SoundWire, including firmware name
updates
- Fix for i.MX8 SoC DSP
- Usual HD-audio, USB-audio, and ASoC AMD quirks
- Fixes for legendary SoundBlaster AWE32 ISA device (a real one, we
still got a bug report after 25 years)
- Minor build fixes
----------------------------------------------------------------
Brahmajit Das (1):
ALSA: ctxfi: Replace deprecated strcpy() with strscpy()
Chris Chiu (1):
ALSA: hda/realtek: Fix built-in mic on ASUS VivoBook X513EA
Edip Hazuri (1):
ALSA: hda/realtek - Add mute LED support for HP Victus 16-s1xxx and HP Victus 15-fa1xxx
Edson Juliano Drosdeck (1):
ALSA: hda/realtek: Enable headset Mic on Positivo P15X
Gabriel Santese (1):
ASoC: amd: yc: Add quirk for MSI Bravo 17 D7VF internal mic
Harshit Mogalapalli (1):
ASoC: cs48l32: Fix a signedness bug in cs48l32_hw_params()
Huacai Chen (1):
ASoC: loongson: Fix build warnings about export.h
Jonathan Lane (1):
ALSA: hda/realtek: enable headset mic on Latitude 5420 Rugged
Laurentiu Mihalcea (1):
ASoC: SOF: imx8: add core shutdown operation for imx8/imx8x
Peter Ujfalusi (1):
ASoC: Intel: sof-function-topology-lib: Print out the unsupported dmic count
Raven Black (1):
ASoC: amd: yc: update quirk data for HP Victus
Richard Fitzgerald (5):
ALSA: hda/realtek: Add quirk for Asus GU605C
ASoC: cs35l56: Use SoundWire address as firmware name suffix for new silicon
ASoC: cs35l56: Use SoundWire address as alternate firmware suffix on L56 B0
ASoC: doc: cs35l56: Update to add new SoundWire firmware filename suffix
ASoC: doc: cs35l56: Add CS35L63 to the list of supported devices
Simon Trimmer (1):
ALSA: hda/realtek: Add quirk for Asus GA605K
Sven Peter (1):
ASoC: apple: mca: Drop default ARCH_APPLE in Kconfig
Takashi Iwai (3):
ALSA: hda/intel: Add Thinkpad E15 to PM deny list
ALSA: sb: Don't allow changing the DMA mode during operations
ALSA: sb: Force to disable DMAs once when DMA mode is changed
Thorsten Blum (1):
ASoC: sdw_utils: Fix potential NULL pointer deref in is_sdca_endpoint_present()
Zhang Yi (1):
ASoC: codecs: ES8326: Modify initialization configuration
wangdicheng (1):
ALSA: usb-audio: Rename ALSA kcontrol PCM and PCM1 for the KTMicro sound card
---
Documentation/sound/codecs/cs35l56.rst | 24 ++++++--
sound/isa/sb/sb16_main.c | 7 +++
sound/pci/ctxfi/xfi.c | 4 +-
sound/pci/hda/hda_intel.c | 2 +
sound/pci/hda/patch_realtek.c | 30 +++++++++
sound/soc/amd/yc/acp6x-mach.c | 14 +++++
sound/soc/apple/Kconfig | 1 -
sound/soc/codecs/cs35l56-sdw.c | 18 +++---
sound/soc/codecs/cs35l56.c | 72 +++++++++++++++++++---
sound/soc/codecs/cs35l56.h | 3 +
sound/soc/codecs/cs48l32.c | 4 ++
sound/soc/codecs/es8326.c | 3 +-
sound/soc/codecs/wm_adsp.c | 27 +++++---
sound/soc/codecs/wm_adsp.h | 2 +
sound/soc/intel/common/sof-function-topology-lib.c | 3 +-
sound/soc/loongson/loongson_i2s.c | 1 +
sound/soc/sdw_utils/soc_sdw_utils.c | 2 +
sound/soc/sof/imx/imx8.c | 15 +++++
sound/usb/mixer_maps.c | 12 ++++
19 files changed, 207 insertions(+), 37 deletions(-)
Powered by blists - more mailing lists