[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <s5hbl6tjulx.wl-tiwai@suse.de>
Date: Fri, 23 Jul 2021 10:35:22 +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 Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] sound fixes for 5.14-rc3
Linus,
please pull sound fixes for v5.14-rc3 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.14-rc3
The topmost commit is b0084afde27fe8a504377dee65f55bc6aa776937
----------------------------------------------------------------
sound fixes for 5.14-rc3
A collection of small fixes, mostly covering device-specific
regressions and bugs over ASoC, HD-audio and USB-audio, while the
ALSA PCM core received a few additional fixes for the possible
(new and old) regressions.
----------------------------------------------------------------
Alan Young (1):
ALSA: pcm: Call substream ack() method upon compat mmap commit
Alexander Tsoy (1):
ALSA: usb-audio: Add registration quirk for JBL Quantum headsets
Charles Keepax (2):
ASoC: wm_adsp: Correct wm_coeff_tlv_get handling
ASoC: wm_adsp: Add CCM_CORE_RESET to Halo start core
Hui Wang (1):
ALSA: hda/realtek: Fix pop noise and 2 Front Mic issues on a machine
Kai Vehmanen (1):
ALSA: hda/hdmi: Add quirk to force pin connectivity on NUC10
Kyle Russell (1):
ASoC: tlv320aic31xx: fix reversed bclk/wclk master bits
Lucas Stach (1):
ASoC: codecs: allow SSM2518 to be selected by the user
Marek Vasut (1):
ASoC: tlv320aic32x4: Fix TAS2505 volume controls
Mark Brown (1):
ASoC: tlv320aic31xx: Make regmap cache only on probe()
Maxim Schwalm (1):
ASoC: rt5631: Fix regcache sync errors on resume
Oder Chiou (1):
ASoC: rt5682: Fix the issue of garbled recording after powerd_dbus_suspend
Peter Robinson (1):
ASoC: remove zte zx dangling kconfig
Peter Ujfalusi (2):
ASoC: ti: j721e-evm: Fix unbalanced domain activity tracking during startup
ASoC: ti: j721e-evm: Check for not initialized parent_clk_id
Pierre-Louis Bossart (1):
ALSA: hda: intel-dsp-cfg: add missing ElkhartLake PCI ID
Rander Wang (1):
ASoC: Intel: boards: fix xrun issue on platform with max98373
Rob Herring (1):
ASoC: dt-bindings: renesas: rsnd: Fix incorrect 'port' regex schema
Sathya Prakash M R (1):
ASoC: SOF: Intel: Update ADL descriptor to use ACPI power states
Srinivas Kandagatla (2):
ASoC: codecs: wcd938x: make sdw dependency explicit in Kconfig
ASoC: codecs: wcd938x: setup irq during component bind
Takashi Iwai (5):
ALSA: usb-audio: Add missing proc text entry for BESPOKEN type
ALSA: sb: Fix potential ABBA deadlock in CSP driver
ALSA: hdmi: Expose all pins on MSI MS-7C94 board
ALSA: pcm: Fix mmap capability check
ALSA: pcm: Fix mmap without buffer preallocation
Thierry Reding (1):
ASoC: tegra: Use ADMAIF component for DMA allocations
Vijendar Mukunda (2):
ASoC: soc-pcm: add a flag to reverse the stop sequence
ASoC: amd: reverse stop sequence for stoneyridge platform
---
.../devicetree/bindings/sound/renesas,rsnd.yaml | 2 +-
include/sound/soc.h | 6 ++
sound/core/pcm_native.c | 27 ++++++--
sound/hda/intel-dsp-config.c | 4 ++
sound/isa/sb/sb16_csp.c | 4 ++
sound/pci/hda/patch_hdmi.c | 2 +
sound/pci/hda/patch_realtek.c | 1 +
sound/soc/amd/acp-da7219-max98357a.c | 5 ++
sound/soc/codecs/Kconfig | 8 +--
sound/soc/codecs/rt5631.c | 2 +
sound/soc/codecs/rt5682.c | 8 ++-
sound/soc/codecs/tlv320aic31xx.c | 2 +
sound/soc/codecs/tlv320aic31xx.h | 4 +-
sound/soc/codecs/tlv320aic32x4.c | 27 ++++----
sound/soc/codecs/wcd938x.c | 18 ++---
sound/soc/codecs/wm_adsp.c | 6 +-
sound/soc/intel/boards/sof_sdw_max98373.c | 81 ++++++++++++++--------
sound/soc/soc-pcm.c | 22 ++++--
sound/soc/sof/intel/pci-tgl.c | 1 +
sound/soc/tegra/tegra_pcm.c | 30 ++++----
sound/soc/ti/j721e-evm.c | 18 +++--
sound/usb/mixer.c | 10 ++-
sound/usb/quirks.c | 3 +
23 files changed, 195 insertions(+), 96 deletions(-)
Powered by blists - more mailing lists