[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <s5h5ypc5rf9.wl-tiwai@suse.de>
Date: Fri, 18 Feb 2022 12:45:46 +0100
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 Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] sound fixes for 5.17-rc5
Linus,
please pull sound fixes for v5.17-rc5 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.17-rc5
The topmost commit is c22a8086b384025ab97ce07465420a219697d3f2
----------------------------------------------------------------
sound fixes for 5.17-rc5
A collection of small patches, mostly for old and new regressions
and device-specific fixes.
- Regression fixes regarding ALSA core SG-buffer helpers
- Regression fix for Realtek HD-audio mutex deadlock
- Regression fix for USB-audio PM resume error
- More coverage of ASoC core control API notification fixes
- Old regression fixes for HD-audio probe mask
- Fixes for ASoC Realtek codec work handling
- Other device-specific quirks / fixes
----------------------------------------------------------------
Charles Keepax (1):
ASoC: wm_adsp: Correct control read size when parsing compressed buffer
Guenter Roeck (1):
ASoC: Revert "ASoC: mediatek: Check for error clk pointer"
Kai Vehmanen (3):
ASoC: rt5682s: do not block workqueue if card is unbound
ASoC: rt5668: do not block workqueue if card is unbound
ASoC: rt5682: do not block workqueue if card is unbound
Mark Brown (4):
ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw()
ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_sx()
ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_range()
ASoC: ops: Fix stereo change notifications in snd_soc_put_xr_sx()
Martin PoviĊĦer (1):
ASoC: tas2770: Insert post reset delay
Matteo Martelli (1):
ALSA: usb-audio: revert to IMPLICIT_FB_FIXED_DEV for M-Audio FastTrack Ultra
Stephen Boyd (1):
ASoC: qcom: Actually clear DMA interrupt register for HDMI
Takashi Iwai (9):
ALSA: memalloc: Fix dma_need_sync() checks
ALSA: memalloc: invalidate SG pages before sync
ALSA: hda: Fix regression on forced probe mask option
ALSA: hda: Fix missing codec probe on Shenker Dock 15
ALSA: usb-audio: Don't abort resume upon errors
ALSA: hda/realtek: Fix deadlock by COEF mutex
ALSA: hda: Set max DMA segment size
ASoC: SOF: hda: Set max DMA segment size
ASoC: intel: skylake: Set max DMA segment size
Tzung-Bi Shih (1):
MAINTAINERS: update cros_ec_codec maintainers
V sujith kumar Reddy (1):
ASoC: amd: acp: Set gpio_spkr_en to None for max speaker amplifer in machine driver
Yu Huang (1):
ALSA: hda/realtek: Add quirk for Legion Y9000X 2019
---
.../bindings/sound/google,cros-ec-codec.yaml | 1 +
MAINTAINERS | 1 +
drivers/soc/mediatek/mtk-scpsys.c | 15 +++-----
sound/core/memalloc.c | 15 +++++---
sound/pci/hda/hda_intel.c | 6 ++--
sound/pci/hda/patch_realtek.c | 40 +++++++++++++--------
sound/soc/amd/acp/acp-mach.h | 1 -
sound/soc/amd/acp/acp-sof-mach.c | 4 +--
sound/soc/codecs/rt5668.c | 12 ++++---
sound/soc/codecs/rt5682.c | 12 ++++---
sound/soc/codecs/rt5682s.c | 12 ++++---
sound/soc/codecs/tas2770.c | 7 +++-
sound/soc/codecs/wm_adsp.c | 3 +-
sound/soc/intel/skylake/skl.c | 1 +
sound/soc/qcom/lpass-platform.c | 8 ++---
sound/soc/soc-ops.c | 41 ++++++++++++++++------
sound/soc/sof/intel/hda.c | 1 +
sound/usb/implicit.c | 4 +--
sound/usb/mixer.c | 9 ++---
19 files changed, 118 insertions(+), 75 deletions(-)
Powered by blists - more mailing lists