2021-06-11 08:30:32

by Takashi Iwai

[permalink] [raw]
Subject: [GIT PULL] sound fixes for 5.13-rc6

Linus,

please pull sound fixes for v5.13-rc6 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.13-rc6

The topmost commit is 83e197a8414c0ba545e7e3916ce05f836f349273

----------------------------------------------------------------

sound fixes for 5.13-rc6

A bit more commits than expected at this time, but likely it's the
last shot before the final. Many of changes are device-specific
fix-ups for various ASoC drivers, while a few usual HD-audio
quirks and a FireWire fix, as well as a couple of ALSA / ASoC
core fixes. All look nice and small, and nothing to scare much.

----------------------------------------------------------------

Colin Ian King (1):
ASoC: topology: Fix spelling mistake "vesion" -> "version"

Hui Wang (1):
ALSA: hda/realtek: headphone and mic don't work on an Acer laptop

Jack Yu (1):
ASoC: rt5659: Fix the lost powers for the HDA header

Jeremy Szu (4):
ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP Elite Dragonfly G2
ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP EliteBook x360 1040 G8
ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook 840 Aero G8
ALSA: hda/realtek: fix mute/micmute LEDs for HP ZBook Power G8

Jerome Brunet (1):
ASoC: meson: gx-card: fix sound-dai dt schema

Kai Vehmanen (1):
ASoC: SOF: reset enabled_cores state at suspend

Kefeng Wang (1):
ASoC: core: Fix Null-point-dereference in fmt_single_name()

Mark Pearson (2):
ASoC: AMD Renoir - add DMI entry for Lenovo 2020 AMD platforms
ASoC: AMD Renoir: Remove fix for DMI entry on Lenovo 2020 platforms

Nicolas Cavallari (1):
ASoC: fsl-asoc-card: Set .owner attribute when registering card.

Oder Chiou (1):
ASoC: rt5682: Fix the fast discharge for headset unplugging in soundwire mode

Richard Weinberger (1):
ASoC: tas2562: Fix TDM_CFG0_SAMPRATE values

Srinivasa Rao Mandadapu (1):
ASoC: qcom: lpass-cpu: Fix pop noise during audio capture begin

Takashi Iwai (1):
ALSA: seq: Fix race of snd_seq_timer_open()

Takashi Sakamoto (1):
ALSA: firewire-lib: fix the context to call snd_pcm_stop_xrun()

---
.../bindings/sound/amlogic,gx-sound-card.yaml | 4 +-
sound/core/seq/seq_timer.c | 10 ++-
sound/firewire/amdtp-stream.c | 2 +-
sound/pci/hda/patch_realtek.c | 16 +++++
sound/soc/codecs/rt5659.c | 26 +++++--
sound/soc/codecs/rt5682-sdw.c | 3 +-
sound/soc/codecs/tas2562.h | 14 ++--
sound/soc/fsl/fsl-asoc-card.c | 1 +
sound/soc/qcom/lpass-cpu.c | 79 ++++++++++++++++++++++
sound/soc/qcom/lpass.h | 4 ++
sound/soc/soc-core.c | 2 +
sound/soc/soc-topology.c | 6 +-
sound/soc/sof/pm.c | 1 +
13 files changed, 148 insertions(+), 20 deletions(-)