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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1E32AC32771 for ; Wed, 21 Sep 2022 07:41:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230359AbiIUHk4 (ORCPT ); Wed, 21 Sep 2022 03:40:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35132 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230380AbiIUHkm (ORCPT ); Wed, 21 Sep 2022 03:40:42 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 18AA780513 for ; Wed, 21 Sep 2022 00:40:24 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 318841F747; Wed, 21 Sep 2022 07:40:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1663746023; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=ByyVYeJ+WqXEdzVQA0jIwq72JohVYHRy6rtQiNlIw6k=; b=E0BGTvppO2UfGR8vyRmX+o3dRAO5VULIy7IFDx1o/8rsfQg2sgy/YxbQij/lmnm4TpoGGv HdLRpsK2uulsN0LpE3Hl1sMopr59NPH6FaqKFxgeXCnB/vufqj2pc1LSJ5Ntg+ckOe1IMD td8s/GPOxhqX59/EdhexaUzpHhwf92w= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1663746023; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=ByyVYeJ+WqXEdzVQA0jIwq72JohVYHRy6rtQiNlIw6k=; b=liKL5Y/bL5KCpwYVAVtk/JKKw1lbZBwyFueTsqqJQ290+cmunNlimTMrdCbSgJLhbyUvTt J84n9GcCEm7PnMDA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 1AED213A00; Wed, 21 Sep 2022 07:40:23 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 4Yb1Bee/KmPvEQAAMHmgww (envelope-from ); Wed, 21 Sep 2022 07:40:23 +0000 Date: Wed, 21 Sep 2022 09:40:22 +0200 Message-ID: <87o7v9gopl.wl-tiwai@suse.de> From: Takashi Iwai To: Linus Torvalds Cc: Linux Kernel Mailing List Subject: [GIT PULL] sound fixes for 6.0-rc7 User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, please pull sound fixes for v6.0-rc7 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.0-rc7 The topmost commit is 79764ec772bc1346441ae1c4b1f3bd1991d634e8 ---------------------------------------------------------------- sound fixes for 5.0-rc7 A bit more changes than wished, but still manageable ammount. Most of commits are HD-audio specific device fixes / quirks, while there is a revert for the previous fix due to regressions and a double-free fix in ALSA core code. ---------------------------------------------------------------- Callum Osmotherly (2): ALSA: hda/realtek: Enable 4-speaker output Dell Precision 5570 laptop ALSA: hda/realtek: Enable 4-speaker output Dell Precision 5530 laptop Daniel Houldsworth (1): ALSA: hda/realtek: Add a quirk for HP OMEN 16 (8902) mute LED Jaroslav Kysela (1): ALSA: hda/hdmi: Fix the converter reuse for the silent stream Kai Vehmanen (1): ALSA: hda: add Intel 5 Series / 3400 PCI DID Luke D. Jones (3): ALSA: hda/realtek: Add pincfg for ASUS G513 HP jack ALSA: hda/realtek: Add pincfg for ASUS G533Z HP jack ALSA: hda/realtek: Add quirk for ASUS GA503R laptop Mohan Kumar (2): ALSA: hda/tegra: set depop delay for tegra ALSA: hda: Fix Nvidia dp infoframe Takashi Iwai (4): ALSA: hda: Fix hang at HD-audio codec unbinding due to refcount saturation ALSA: hda/realtek: Re-arrange quirk table entries ALSA: core: Fix double-free at snd_card_new() Revert "ALSA: usb-audio: Split endpoint setups for hw_params and prepare" huangwenhui (1): ALSA: hda/realtek: Add quirk for Huawei WRT-WX9 --- sound/core/init.c | 10 +++++----- sound/pci/hda/hda_bind.c | 4 ++-- sound/pci/hda/hda_intel.c | 2 ++ sound/pci/hda/patch_hdmi.c | 25 +++++++++++++++++++++---- sound/pci/hda/patch_realtek.c | 33 ++++++++++++++++++++++++++++++--- sound/usb/endpoint.c | 23 ++++++++++++++--------- sound/usb/endpoint.h | 6 ++---- sound/usb/pcm.c | 14 ++++---------- 8 files changed, 80 insertions(+), 37 deletions(-)