[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <s5hfsrn9f0n.wl-tiwai@suse.de>
Date: Tue, 23 Nov 2021 14:29:28 +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.16-rc3
Linus,
please pull sound fixes for v5.16-rc3 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.16-rc3
The topmost commit is fa9730b4f28b7bd183d28a0bf636ab7108de35d7
----------------------------------------------------------------
sound fixes for 5.16-rc3
A lot of small changes at this time. There are many ASoC fixes,
and the majority of them are new machine quirks for Intel
platforms, as well as the device-specific fixes for Mediatek and
Qualcomm. In addition, a regression fix for USB-audio and a few
more HD- and USB-audio quirks are found here.
----------------------------------------------------------------
AngeloGioacchino Del Regno (2):
ASoC: mediatek: mt8173-rt5650: Rename Speaker control to Ext Spk
ASoC: mediatek: mt8173: Fix debugfs registration for components
Arnd Bergmann (1):
ASoC: SOF: build compression interface into snd_sof.ko
Charles Keepax (1):
ASoC: cs35l41: Change monitor widgets to siggens
ChiYuan Huang (3):
ASoC: rt9120: Update internal ocp level to the correct value
ASoC: rt9120: Fix clock auto sync issue when fs is the multiple of 48
ASoC: rt9120: Add the compatibility with rt9120s
Derek Fang (2):
ASoC: rt5682: Avoid the unexpected IRQ event during going to suspend
ASoC: rt5682: Re-detect the combo jack after resuming
Gongjun Song (9):
ASoC: Intel: sof_sdw: Add support for SKU 0AF3 product
ASoC: Intel: soc-acpi: add SKU 0AF3 SoundWire configuration
ASoC: Intel: sof_sdw: Add support for SKU 0B00 and 0B01 products
ASoC: Intel: sof_sdw: Add support for SKU 0B11 product
ASoC: Intel: sof_sdw: Add support for SKU 0B13 product
ASoC: Intel: soc-acpi: add SKU 0B13 SoundWire configuration
ASoC: Intel: sof_sdw: Add support for SKU 0B29 product
ASoC: Intel: soc-acpi: add SKU 0B29 SoundWire configuration
ASoC: Intel: sof_sdw: Add support for SKU 0B12 product
Jack Yu (1):
ASoC: rt1011: revert 'I2S Reference' to SOC_ENUM_EXT
Kai Vehmanen (1):
ASoC: SOF: Intel: hda: fix hotplug when only codec is suspended
Kuninori Morimoto (1):
ASoC: rsnd: fixup DMAEngine API
Olivier Moysan (1):
ASoC: stm32: i2s: fix 32 bits channel length without mclk
Peter Ujfalusi (1):
ASoC: SOF:control: Fix variable type in snd_sof_refresh_control()
Pierre-Louis Bossart (1):
ALSA: intel-dsp-config: add quirk for JSL devices based on ES8336 codec
Simon Trimmer (1):
ASoC: wm_adsp: wm_adsp_control_add() error: uninitialized symbol 'ret'
Srinivas Kandagatla (8):
ASoC: qdsp6: qdsp6: q6prm: handle clk disable correctly
ASoC: qdsp6: q6routing: Conditionally reset FrontEnd Mixer
ASoC: qdsp6: q6asm: fix q6asm_dai_prepare error handling
ASoC: qdsp6: q6adm: improve error reporting
ASoC: qdsp6: q6routing: validate port id before setting up route
ASoC: codecs: wcd938x: fix volatile register range
ASoC: codecs: wcd934x: return error code correctly from hw_params
ASoC: codecs: lpass-rx-macro: fix HPHR setting CLSH mask
Takashi Iwai (7):
ASoC: DAPM: Cover regression by kctl change notification fix
ALSA: cmipci: Drop stale variable assignment
ASoC: topology: Add missing rwsem around snd_ctl_remove() calls
ALSA: hda/realtek: Fix LED on HP ProBook 435 G7
ALSA: ctxfi: Fix out-of-range access
ALSA: usb-audio: Switch back to non-latency mode at a later point
ALSA: usb-audio: Don't start stream for capture at prepare
Werner Sembach (1):
ALSA: hda/realtek: Add quirk for ASRock NUC Box 1100
---
sound/hda/intel-dsp-config.c | 9 ++
sound/pci/cmipci.c | 4 +-
sound/pci/ctxfi/ctamixer.c | 14 ++-
sound/pci/ctxfi/ctdaio.c | 16 ++--
sound/pci/ctxfi/ctresource.c | 7 +-
sound/pci/ctxfi/ctresource.h | 4 +-
sound/pci/ctxfi/ctsrc.c | 7 +-
sound/pci/hda/patch_realtek.c | 28 ++++++
sound/soc/codecs/cs35l41.c | 14 +--
sound/soc/codecs/lpass-rx-macro.c | 2 +-
sound/soc/codecs/rt1011.c | 55 ++++++++++--
sound/soc/codecs/rt1011.h | 7 ++
sound/soc/codecs/rt5682-i2c.c | 1 +
sound/soc/codecs/rt5682.c | 38 ++++++--
sound/soc/codecs/rt5682.h | 1 +
sound/soc/codecs/rt9120.c | 58 +++++++++---
sound/soc/codecs/wcd934x.c | 3 +-
sound/soc/codecs/wcd938x.c | 3 +
sound/soc/codecs/wm_adsp.c | 5 +-
sound/soc/intel/boards/sof_sdw.c | 69 ++++++++++++++
sound/soc/intel/common/soc-acpi-intel-adl-match.c | 105 ++++++++++++++++++++++
sound/soc/mediatek/mt8173/mt8173-afe-pcm.c | 51 +++++++++--
sound/soc/mediatek/mt8173/mt8173-rt5650.c | 8 +-
sound/soc/qcom/qdsp6/audioreach.h | 4 +
sound/soc/qcom/qdsp6/q6adm.c | 4 +-
sound/soc/qcom/qdsp6/q6asm-dai.c | 19 ++--
sound/soc/qcom/qdsp6/q6prm.c | 53 ++++++++++-
sound/soc/qcom/qdsp6/q6routing.c | 12 ++-
sound/soc/sh/rcar/dma.c | 2 +-
sound/soc/soc-dapm.c | 29 ++++--
sound/soc/soc-topology.c | 3 +
sound/soc/sof/Kconfig | 2 +-
sound/soc/sof/control.c | 8 +-
sound/soc/sof/intel/hda-bus.c | 17 ++++
sound/soc/sof/intel/hda-dsp.c | 3 +-
sound/soc/sof/intel/hda.c | 16 ++++
sound/soc/stm/stm32_i2s.c | 2 +-
sound/usb/pcm.c | 14 ++-
38 files changed, 590 insertions(+), 107 deletions(-)
Powered by blists - more mailing lists