[GIT PULL] sound fixes for 5.13-rc5

From: Takashi Iwai
Date: Fri Jun 04 2021 - 02:57:40 EST


Linus,

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

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

The topmost commit is b8b90c17602689eeaa5b219d104bbc215d1225cc

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

sound fixes for 5.13-rc5

A couple of small fixes are found in the ALSA core side at this time;
a fix in the new LED handling code and a long-standing (and likely no
one would notice) ioctl bug.

The rest are usual HD-audio fixes, mostly device-specific quirks
but also one major regression fix that was introduced in 5.13.

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

Carlos M (1):
ALSA: hda: Fix for mute key LED for HP Pavilion 15-CK0xx

Dongliang Mu (1):
ALSA: control led: fix memory leak in snd_ctl_led_register

Hui Wang (1):
ALSA: hda: update the power_state during the direct-complete

Kai Vehmanen (1):
ALSA: hda: Add AlderLake-M PCI ID

Stefan Binding (1):
ALSA: hda/cirrus: Set Initial DMIC volume to -26 dB

Takashi Iwai (2):
ALSA: hda: Fix a regression in Capture Switch mixer read
ALSA: timer: Fix master timer notification

---
sound/core/control_led.c | 33 ++++++++++++++++++++++++++-------
sound/core/timer.c | 3 ++-
sound/hda/intel-dsp-config.c | 4 ++++
sound/pci/hda/hda_codec.c | 5 +++++
sound/pci/hda/hda_generic.c | 1 +
sound/pci/hda/hda_intel.c | 3 +++
sound/pci/hda/patch_cirrus.c | 7 +++----
sound/pci/hda/patch_realtek.c | 1 +
8 files changed, 45 insertions(+), 12 deletions(-)