[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <87ikw9n9nc.wl-tiwai@suse.de>
Date: Fri, 09 Aug 2024 14:49:43 +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.11-rc3
Linus,
please pull sound fixes for v6.11-rc3 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.11-rc3
The topmost commit is d3e82ced462b4ed956504b62603a11d52a599f99
----------------------------------------------------------------
sound fixes for 6.11-rc3
A collection of lots of small changes, almost all device-specific.
- A series of fixes for ASoC Qualcomm stuff
- Various fixes for Cirrus ASoC and HD-audio codecs
- A few AMD ASoC quirks and usual HD-audio quirks
- Other misc fixes, including a long-time regression in USB-audio
----------------------------------------------------------------
Bruno Ancona (1):
ASoC: amd: yc: Support mic on HP 14-em0002la
Charles Keepax (5):
ASoC: cs42l43: Remove redundant semi-colon at end of function
ASoC: soc-component: Add new snd_soc_component_get_kcontrol() helpers
ASoC: cs35l45: Use new snd_soc_component_get_kcontrol_locked() helper
ASoC: cs42l43: Cache shutter IRQ control pointers
MAINTAINERS: Update Cirrus Logic parts to linux-sound mailing list
Curtis Malainey (1):
ASoC: SOF: Remove libraries from topology lookups
Dustin L. Howett (1):
ALSA: hda/realtek: Add Framework Laptop 13 (Intel Core Ultra) to quirks
Francesco Dolcini (1):
ASoC: nau8822: Lower debug print priority
Jerome Audu (1):
ASoC: sti: add missing probe entry for player and reader
Jerome Brunet (1):
ASoC: meson: axg-fifo: fix irq scheduling issue with PREEMPT_RT
Johan Hovold (1):
ASoC: codecs: lpass-macro: fix missing codec version
Krzysztof Kozlowski (10):
ASoC: codecs: wcd937x-sdw: Correct Soundwire ports mask
ASoC: codecs: wcd938x-sdw: Correct Soundwire ports mask
ASoC: codecs: wcd939x-sdw: Correct Soundwire ports mask
ASoC: codecs: wsa881x: Correct Soundwire ports mask
ASoC: codecs: wsa883x: Correct Soundwire ports mask
ASoC: codecs: wsa884x: Correct Soundwire ports mask
ASoC: dt-bindings: qcom,wcd937x: Correct reset GPIO polarity in example
ASoC: dt-bindings: qcom,wcd934x: Correct reset GPIO polarity in example
ASoC: dt-bindings: qcom,wcd938x: Correct reset GPIO polarity in example
ASoC: dt-bindings: qcom,wcd939x: Correct reset GPIO polarity in example
Krzysztof Stępniak (1):
ASoC: amd: yc: Support mic on Lenovo Thinkpad E14 Gen 6
Paul Handrigan (1):
ASoC: cs530x: Change IN HPF Select kcontrol name
Richard Fitzgerald (2):
ASoC: cs-amp-lib: Fix NULL pointer crash if efi.get_variable is NULL
ASoC: cs35l56: Handle OTP read latency over SoundWire
Shengjiu Wang (2):
ASoC: fsl_micfil: Expand the range of FIFO watermark mask
ASoC: fsl_micfil: Differentiate register access permission for platforms
Simon Trimmer (4):
ALSA: hda: cs35l56: Stop creating ALSA controls for firmware coefficients
ASoC: wm_adsp: Add control_add callback and export wm_adsp_control_add()
ASoC: cs35l56: Stop creating ALSA controls for firmware coefficients
ASoC: cs35l56: Patch CS35L56_IRQ1_MASK_18 to the default value
Stefan Binding (1):
ALSA: hda: cs35l41: Stop creating ALSA Controls for firmware coefficients
Steven 'Steve' Kendall (1):
ALSA: hda: Add HP MP9 G4 Retail System AMS to force connect list
Takashi Iwai (4):
ALSA: line6: Fix racy access to midibuf
ALSA: hda/hdmi: Yet more pin fix for HP EliteDesk 800 G4
ALSA: usb-audio: Re-add ScratchAmp quirk entries
ASoC: amd: yc: Add quirk entry for OMEN by HP Gaming Laptop 16-n0xxx
Zhang Yi (1):
ASoC: codecs: ES8326: button detect issue
---
.../devicetree/bindings/sound/qcom,wcd934x.yaml | 3 +-
.../devicetree/bindings/sound/qcom,wcd937x.yaml | 2 +-
.../devicetree/bindings/sound/qcom,wcd938x.yaml | 3 +-
.../devicetree/bindings/sound/qcom,wcd939x.yaml | 4 +-
MAINTAINERS | 4 +-
include/sound/cs35l56.h | 5 ++
include/sound/soc-component.h | 5 ++
sound/pci/hda/cs35l41_hda.c | 13 ----
sound/pci/hda/cs35l56_hda.c | 38 +----------
sound/pci/hda/cs35l56_hda.h | 1 -
sound/pci/hda/patch_hdmi.c | 2 +
sound/pci/hda/patch_realtek.c | 1 +
sound/soc/amd/yc/acp6x-mach.c | 21 ++++++
sound/soc/codecs/cs-amp-lib.c | 2 +-
sound/soc/codecs/cs35l45.c | 11 +---
sound/soc/codecs/cs35l56-sdw.c | 77 ++++++++++++++++++++++
sound/soc/codecs/cs35l56-shared.c | 1 +
sound/soc/codecs/cs35l56.c | 11 ++++
sound/soc/codecs/cs42l43.c | 75 ++++++++++++++++-----
sound/soc/codecs/cs42l43.h | 2 +
sound/soc/codecs/cs530x.c | 8 +--
sound/soc/codecs/es8326.c | 2 +
sound/soc/codecs/lpass-va-macro.c | 2 +
sound/soc/codecs/nau8822.c | 2 +-
sound/soc/codecs/wcd937x-sdw.c | 4 +-
sound/soc/codecs/wcd938x-sdw.c | 4 +-
sound/soc/codecs/wcd939x-sdw.c | 4 +-
sound/soc/codecs/wm_adsp.c | 17 ++++-
sound/soc/codecs/wm_adsp.h | 3 +
sound/soc/codecs/wsa881x.c | 2 +-
sound/soc/codecs/wsa883x.c | 2 +-
sound/soc/codecs/wsa884x.c | 2 +-
sound/soc/fsl/fsl_micfil.c | 20 ++++--
sound/soc/fsl/fsl_micfil.h | 2 +-
sound/soc/meson/axg-fifo.c | 26 +++-----
sound/soc/soc-component.c | 42 +++++++++---
sound/soc/sof/mediatek/mt8195/mt8195.c | 2 +-
sound/soc/sti/sti_uniperif.c | 2 +-
sound/soc/sti/uniperif.h | 1 +
sound/soc/sti/uniperif_player.c | 1 +
sound/soc/sti/uniperif_reader.c | 1 +
sound/usb/line6/driver.c | 5 ++
sound/usb/quirks-table.h | 4 ++
43 files changed, 304 insertions(+), 135 deletions(-)
Powered by blists - more mailing lists