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 24A60C77B7F for ; Fri, 12 May 2023 09:05:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240361AbjELJF1 (ORCPT ); Fri, 12 May 2023 05:05:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42222 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240381AbjELJFU (ORCPT ); Fri, 12 May 2023 05:05:20 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0334DDD90 for ; Fri, 12 May 2023 02:05:01 -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 A659A20459; Fri, 12 May 2023 09:04:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1683882299; 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=7SiVotJRrCi9aOW2pl9zXwW9nMcm1Ssj5lJsvaMv+cM=; b=wclQSZJkzGlUef0QJfYU4en/51o1uSg7WAJ22eIm2WZyve79m8rmDPsQLBiZnaSspeMW/N +4kuxShDvSnHxLrgR98IE7nauBd0mXCvchWO/2sTa9FPgWb9yNVykn5yFomzIMOX718HFf oL3hJLAY1G7v61r3eH0shiOIGVy94V4= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1683882299; 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=7SiVotJRrCi9aOW2pl9zXwW9nMcm1Ssj5lJsvaMv+cM=; b=YmDmqdcURjdlhh3KCFO8/ThYy/GChp0xm2qCjVXtfo9DbzfoOfjD+AosX9cKt9RZ5xbqRg loffJjRLbT3qSLCA== 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 1A75413499; Fri, 12 May 2023 09:04:59 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id GhVKBTsBXmQWNQAAMHmgww (envelope-from ); Fri, 12 May 2023 09:04:59 +0000 Date: Fri, 12 May 2023 11:04:58 +0200 Message-ID: <87wn1dapj9.wl-tiwai@suse.de> From: Takashi Iwai To: Kai-Heng Feng Cc: tiwai@suse.com, Jaroslav Kysela , Stefan Binding , Andy Chi , Tim Crawford , Meng Tang , "Luke D. Jones" , Philipp Jungkamp , Kacper =?ISO-8859-2?Q?Michaj=B3ow?= , Yuchi Yang , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: hda/realtek: Fix mute and micmute LEDs for yet another HP laptop In-Reply-To: <20230512083417.157127-1-kai.heng.feng@canonical.com> References: <20230512083417.157127-1-kai.heng.feng@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 Fri, 12 May 2023 10:34:16 +0200, Kai-Heng Feng wrote: > > There's yet another laptop that needs the fixup to enable mute and > micmute LEDs. So do it accordingly. > > Signed-off-by: Kai-Heng Feng Thanks, applied. Takashi