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 72AFAC77B7C for ; Fri, 5 May 2023 15:13:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232475AbjEEPNA (ORCPT ); Fri, 5 May 2023 11:13:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48044 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232024AbjEEPM5 (ORCPT ); Fri, 5 May 2023 11:12:57 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8AF2C1A8 for ; Fri, 5 May 2023 08:12:56 -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-out1.suse.de (Postfix) with ESMTPS id A668F22A2B; Fri, 5 May 2023 15:12:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1683299574; 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=OAXiiw/2yoLDtnaV0LfYLw5M65rc66ax9M/6ZHpOIh4=; b=t//ANi2AiMIevjLLdEJYfmnzn0V5PgzQrTQ1lX0SOXPc+zpZ+gFIk6MVeO/7nVxcyY9tK1 Rdx2ALWZiHetUMC147zUkfjEuM/9ityppapruvlb6H1AwGP5lPdrtirXKfS0p5Vf4Ajqi/ KAIMkBtpFsCePb7sFncq6dkR2nD4X+0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1683299574; 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=OAXiiw/2yoLDtnaV0LfYLw5M65rc66ax9M/6ZHpOIh4=; b=6YaphH0XrCGPItdLOuBycAH75TggOi1IS0m9QcfSRSuAA9h6LsOKPAS5PNpzjwUOydQZra 505Q9iUEYGcMsbBQ== 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 4B7CF13513; Fri, 5 May 2023 15:12:54 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 3p2uEfYcVWR/CQAAMHmgww (envelope-from ); Fri, 05 May 2023 15:12:54 +0000 Date: Fri, 05 May 2023 17:12:53 +0200 Message-ID: <87bkiyizgq.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?= , Gabriele Mazzotta , Yuchi Yang , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: hda/realtek: Fix mute and micmute LEDs for an HP laptop In-Reply-To: <20230505125925.543601-1-kai.heng.feng@canonical.com> References: <20230505125925.543601-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, 05 May 2023 14:59:23 +0200, Kai-Heng Feng wrote: > > There's another laptop that needs the fixup to enable mute and micmute > LEDs. So do it accordingly. > > Signed-off-by: Kai-Heng Feng Thanks, applied now. Takashi