From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4081AC433DB for ; Tue, 5 Jan 2021 11:12:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0554C229C7 for ; Tue, 5 Jan 2021 11:12:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729433AbhAELMq (ORCPT ); Tue, 5 Jan 2021 06:12:46 -0500 Received: from mx2.suse.de ([195.135.220.15]:53640 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728663AbhAELMq (ORCPT ); Tue, 5 Jan 2021 06:12:46 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id BD630AD0B; Tue, 5 Jan 2021 11:12:04 +0000 (UTC) Date: Tue, 05 Jan 2021 12:12:04 +0100 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: Linux Kernel Mailing List Subject: [GIT PULL] sound fixes for 5.11-rc3 User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)