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 6.15-rc5
Date: Sat, 03 May 2025 16:08:10 +0200 [thread overview]
Message-ID: <87bjs9ait1.wl-tiwai@suse.de> (raw)
Linus,
please pull sound fixes for v6.15-rc5 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.15-rc5
The topmost commit is 6e5bea1c93062a43bc0435ae6cd589448094edaa
----------------------------------------------------------------
sound fixes for 6.15-rc5
A bunch of small fixes. Mostly driver specific.
- An OOB access fix in core UMP rawmidi conversion code
- Fix for ASoC DAPM hw_params widget sequence
- Make retry of usb_set_interface() errors for flaky devices
- Fix redundant USB MIDI name strings
- Quirks for various HP and ASUS models with HD-audio, and
Jabra Evolve 65 USB-audio
- Cirrus Kunit test fixes
- Various fixes for ASoC Intel, stm32, renesas, imx-card, and
simple-card
----------------------------------------------------------------
Alexander Stein (1):
ASoC: simple-card-utils: Fix pointer check in graph_util_parse_link_direction
Arnd Bergmann (1):
ASoC: Intel: catpt: avoid type mismatch in dev_dbg() format
Bard Liao (1):
ASoC: soc-acpi-intel-ptl-match: add empty item to ptl_cs42l43_l3[]
Charles Keepax (1):
ASoC: cs42l43: Disable headphone clamps during type detection
Chenyuan Yang (2):
ASoC: imx-card: Adjust over allocation of memory in imx_card_parse_of()
ASoC: Intel: sof_sdw: Add NULL check in asoc_sdw_rt_dmic_rtd_init()
Chris Chiu (2):
ALSA: hda: Apply volume control on speaker+lineout for HP EliteStudio AIO
ALSA: hda/realtek - Add more HP laptops which need mute led fixup
Claudiu Beznea (1):
ASoC: renesas: rz-ssi: Use NOIRQ_SYSTEM_SLEEP_PM_OPS()
Geoffrey D. Bennett (1):
ALSA: usb-audio: Add retry on -EPROTO from usb_set_interface()
Joachim Priesner (1):
ALSA: usb-audio: Add second USB ID for Jabra Evolve 65 headset
Kailang Yang (1):
ALSA: hda/realtek - Enable speaker for HP platform
Nico Pache (1):
firmware: cs_dsp: tests: Depend on FW_CS_DSP rather then enabling it
Olivier Moysan (2):
ASoC: stm32: sai: skip useless iterations on kernel rate loop
ASoC: stm32: sai: add a check on minimal kernel frequency
Richard Fitzgerald (3):
kunit: configs: Add some Cirrus Logic modules to all_tests
ASoC: cs-amp-lib-test: Don't select SND_SOC_CS_AMP_LIB
ASoC: Add Cirrus and Wolfson headers to ASoC section of MAINTAINERS
Sheetal (1):
ASoC: soc-pcm: Fix hw_params() and DAPM widget sequence
Stefan Binding (2):
ASoC: intel/sdw_utils: Add volume limit to cs42l43 speakers
ASoC: intel/sdw_utils: Add volume limit to cs35l56 speakers
Takashi Iwai (5):
ASoC: Intel: bytcr_rt5640: Add DMI quirk for Acer Aspire SW3-013
ALSA: hda/realtek: Add quirk for HP Spectre x360 15-df1xxx
ALSA: ump: Fix buffer overflow at UMP SysEx message conversion
ALSA: usb-audio: Fix duplicated name in MIDI substream names
ALSA: hda/realtek: Fix built-mic regression on other ASUS models
Venkata Prasad Potturu (3):
ASoC: amd: acp: Fix NULL pointer deref on acp resume path
ASoC: amd: acp: Fix NULL pointer deref in acp_i2s_set_tdm_slot
ASoC: amd: acp: Fix devm_snd_soc_register_card(acp-pdm-mach) failure
Vijendar Mukunda (1):
ASoC: amd: ps: fix for irq handler return status
---
MAINTAINERS | 6 ++
drivers/firmware/cirrus/Kconfig | 5 +-
include/sound/soc_sdw_utils.h | 1 +
include/sound/ump_convert.h | 2 +-
sound/pci/hda/patch_realtek.c | 91 ++++++++++++++++++++---
sound/soc/amd/acp/acp-i2s.c | 2 +-
sound/soc/amd/acp/acp-legacy-common.c | 2 +-
sound/soc/amd/acp/acp-rembrandt.c | 2 +-
sound/soc/amd/acp/acp-renoir.c | 2 +-
sound/soc/amd/acp/acp63.c | 2 +-
sound/soc/amd/acp/acp70.c | 2 +-
sound/soc/amd/ps/pci-ps.c | 5 +-
sound/soc/codecs/Kconfig | 5 +-
sound/soc/codecs/cs42l43-jack.c | 7 ++
sound/soc/fsl/imx-card.c | 2 +-
sound/soc/generic/simple-card-utils.c | 4 +-
sound/soc/intel/boards/bytcr_rt5640.c | 13 ++++
sound/soc/intel/catpt/dsp.c | 2 +-
sound/soc/intel/common/soc-acpi-intel-ptl-match.c | 3 +-
sound/soc/renesas/rz-ssi.c | 2 +-
sound/soc/sdw_utils/soc_sdw_bridge_cs35l56.c | 4 +
sound/soc/sdw_utils/soc_sdw_cs42l43.c | 10 +++
sound/soc/sdw_utils/soc_sdw_cs_amp.c | 24 ++++++
sound/soc/sdw_utils/soc_sdw_rt_dmic.c | 2 +
sound/soc/soc-pcm.c | 5 +-
sound/soc/stm/stm32_sai_sub.c | 16 ++--
sound/usb/endpoint.c | 7 ++
sound/usb/format.c | 3 +-
sound/usb/midi.c | 16 +++-
tools/testing/kunit/configs/all_tests.config | 2 +
30 files changed, 206 insertions(+), 43 deletions(-)
next reply other threads:[~2025-05-03 14:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-03 14:08 Takashi Iwai [this message]
2025-05-03 16:53 ` [GIT PULL] sound fixes for 6.15-rc5 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=87bjs9ait1.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.