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 6D89FC05027 for ; Mon, 6 Feb 2023 07:44:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229665AbjBFHn7 (ORCPT ); Mon, 6 Feb 2023 02:43:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52720 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229519AbjBFHnd (ORCPT ); Mon, 6 Feb 2023 02:43:33 -0500 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 053FE4EDE for ; Sun, 5 Feb 2023 23:43:32 -0800 (PST) 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 ABFF4603AE; Mon, 6 Feb 2023 07:43:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1675669411; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=MaUC8IsUnWEHnzFFB7ZWSTRuuHIzbyfCdMiME7XKYbg=; b=iHCgISSjRz+Y52jN8ZR3/Fs8v88pKOuP8xRRLwRQVeVu4H8t20+n74pCa9BbODQdfsoFhA sYazH28bCCTXbGVtARfcHfJsWFqMMwwODDsnDS4rN8TC3wBTAZWuouwcB0VMl3oZj75BX/ +hsvhQ92CTsAKFD/jNVogbCDV8IYh0M= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1675669411; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=MaUC8IsUnWEHnzFFB7ZWSTRuuHIzbyfCdMiME7XKYbg=; b=BN71bIEwCD5BzaKOrc8Sl75nmJQp80DOUdy9MLwQ2pNNBQoJn/C9v3rt56HI6VFJDZIKbe AeqSwvTafguAr4Cg== 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 744E11390C; Mon, 6 Feb 2023 07:43:31 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id ZqG/G6Ov4GOFPgAAMHmgww (envelope-from ); Mon, 06 Feb 2023 07:43:31 +0000 Date: Mon, 06 Feb 2023 08:43:30 +0100 Message-ID: <875ycfkzml.wl-tiwai@suse.de> From: Takashi Iwai To: Elvis Angelaccio Cc: tiwai@suse.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: hda/realtek: Enable mute/micmute LEDs on HP Elitebook, 645 G9 In-Reply-To: <4055cb48-e228-8a13-524d-afbb7aaafebe@kde.org> References: <4055cb48-e228-8a13-524d-afbb7aaafebe@kde.org> 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 On Sun, 05 Feb 2023 19:56:18 +0100, Elvis Angelaccio wrote: > > The HP Elitebook 645 G9 laptop (with motherboard model 89D2) uses the > ALC236 codec and requires the alc236_fixup_hp_mute_led_micmute_vref > fixup in order to enable mute/micmute LEDs. > > Note: the alc236_fixup_hp_gpio_led fixup, which is used by the Elitebook > 640 G9, does not work with the 645 G9. > > Signed-off-by: Elvis Angelaccio Thanks, applied. But the table is sorted in SSID, so I rearranged the entry at applying. Takashi