Linus, please pull sound fixes for v5.11-rc3 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.11-rc3 The topmost commit is 4bfd6247fa9164c8e193a55ef9c0ea3ee22f82d8 ---------------------------------------------------------------- sound fixes for 5.11-rc3 Here is a collection of USB- and HD-audio fixes: most of them are device-specific quirks while one fix is for a regression by the incorrect mutex unlock introduced in 5.11-rc1. ---------------------------------------------------------------- Kai-Heng Feng (1): ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook 850 G7 Kailang Yang (2): ALSA: hda/realtek - Fix speaker volume control on Lenovo C940 ALSA: hda/realtek - Modify Dell platform name Manuel Jiménez (1): ALSA: hda/realtek: Add mute LED quirk for more HP laptops PeiSen Hou (1): ALSA: hda/realtek: Add two "Intel Reference board" SSID in the ALC256. Takashi Iwai (4): ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks ALSA: usb-audio: Add quirk for BOSS AD-10 ALSA: hda/hdmi: Fix incorrect mutex unlock in silent_stream_disable() ALSA: hda/via: Fix runtime PM for Clevo W35xSS Timon Reinold (1): ALSA: usb-audio: Add quirk for RC-505 bo liu (1): ALSA: hda/conexant: add a new hda codec CX11970 --- sound/pci/hda/hda_intel.c | 2 -- sound/pci/hda/patch_conexant.c | 1 + sound/pci/hda/patch_hdmi.c | 2 +- sound/pci/hda/patch_realtek.c | 12 +++++++++++- sound/pci/hda/patch_via.c | 13 +++++++++++++ sound/usb/implicit.c | 4 ++++ sound/usb/midi.c | 4 ++++ 7 files changed, 34 insertions(+), 4 deletions(-)