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 E22A6C3DA7A for ; Thu, 5 Jan 2023 08:46:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231657AbjAEIqF (ORCPT ); Thu, 5 Jan 2023 03:46:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45226 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231518AbjAEIqD (ORCPT ); Thu, 5 Jan 2023 03:46:03 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3F2301B3 for ; Thu, 5 Jan 2023 00:45:51 -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-out1.suse.de (Postfix) with ESMTPS id CBBD46BA5E; Thu, 5 Jan 2023 08:45:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1672908349; 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=cZx8HfJYhY9oxfQCn02Rv42DLJWeIgkNON5cURxS4Nk=; b=cgmfbn8pnvNkVNCAHRVyshl3W/AiAp0HqwnstBgTCCjXwzYT/hn6gJJQn/Nkv0UeD6IfYA m1CXd+Yr1cQysjfqaRAu4ZzB4jH0LJTN4k/ynpCtQyQVQ8MHhkWZNqPp+Ce0KbhvkyJBa4 iIBg++CTRltAEKFrJts4wXEFythrLWQ= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1672908349; 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=cZx8HfJYhY9oxfQCn02Rv42DLJWeIgkNON5cURxS4Nk=; b=DXfySPGrOQjlo1R3YHgtP3N1scoLTRSU8U4pIUFRB58V2MvPxxUWvd0rvjgM+LBQYrT4Se NznhO+C0nrkDYnDw== 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 8944113273; Thu, 5 Jan 2023 08:45:49 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id jovBID2OtmPLIwAAMHmgww (envelope-from ); Thu, 05 Jan 2023 08:45:49 +0000 Date: Thu, 05 Jan 2023 09:45:49 +0100 Message-ID: <878rihmksi.wl-tiwai@suse.de> From: Takashi Iwai To: Jeremy Szu Cc: tiwai@suse.com, Jaroslav Kysela , Stefan Binding , Tim Crawford , Meng Tang , Lucas Tanure , Kai-Heng Feng , Philipp Jungkamp , Kacper =?ISO-8859-2?Q?Michaj=B3ow?= , Yuchi Yang , alsa-devel@alsa-project.org (moderated list:SOUND), linux-kernel@vger.kernel.org (open list) Subject: Re: [PATCH] ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform In-Reply-To: <20230105044154.8242-1-jeremy.szu@canonical.com> References: <20230105044154.8242-1-jeremy.szu@canonical.com> 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 Thu, 05 Jan 2023 05:41:53 +0100, Jeremy Szu wrote: > > There is a HP platform uses ALC236 codec which using GPIO2 to control > mute LED and GPIO1 to control micmute LED. > Thus, add a quirk to make them work. > > Signed-off-by: Jeremy Szu Thanks, applied now. Takashi