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 13F92C761A6 for ; Fri, 31 Mar 2023 14:50:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232915AbjCaOut (ORCPT ); Fri, 31 Mar 2023 10:50:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57102 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232470AbjCaOum (ORCPT ); Fri, 31 Mar 2023 10:50:42 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E0FFE1E718 for ; Fri, 31 Mar 2023 07:50:28 -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 925591F891; Fri, 31 Mar 2023 14:50:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1680274227; 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=iD+Ncmvr51OBpCvGUzaORp5MqnCuV0x3FxKEBLSrQIU=; b=b2oZ52c8uZZMCxP+1WmNxqz8jDw1HGtUtXiOm/AUx1DwLCGhMhEBdFkDt9lrcipTVDx9Q3 0PHoqLh3NrKvJZFwIs2+rDZNNyqg+OaPwdZ6vhldF499V8FVRRCsewycVuieuqwcAYjTcD 4J1+R0K5/rK8iPCco9pE1Tw+1OHY7vQ= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1680274227; 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=iD+Ncmvr51OBpCvGUzaORp5MqnCuV0x3FxKEBLSrQIU=; b=CptxDPSSDnaXwK632k5fXDP3Wuei4z95QTao6AWdkMAc4Xo0CPFyPwQX7/XNDrcoR3whzt iYMEg+UooTu+/gDA== 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 4F78A134F7; Fri, 31 Mar 2023 14:50:27 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 2kB1EjPzJmTzdAAAMHmgww (envelope-from ); Fri, 31 Mar 2023 14:50:27 +0000 Date: Fri, 31 Mar 2023 16:50:26 +0200 Message-ID: <87355lj7pp.wl-tiwai@suse.de> From: Takashi Iwai To: Andy Chi Cc: Jaroslav Kysela , Takashi Iwai , Stefan Binding , Tim Crawford , Meng Tang , 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/micmute LEDs for a HP ProBook In-Reply-To: <20230331083242.58416-1-andy.chi@canonical.com> References: <20230331083242.58416-1-andy.chi@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, 31 Mar 2023 10:32:41 +0200, Andy Chi wrote: > > There is a HP ProBook which using ALC236 codec and need the > ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF quirk to make mute LED and > micmute LED work. > > Signed-off-by: Andy Chi Thanks, applied. Takashi