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 A0BF5C4332F for ; Tue, 29 Nov 2022 06:58:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229750AbiK2G6a (ORCPT ); Tue, 29 Nov 2022 01:58:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40310 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229449AbiK2G62 (ORCPT ); Tue, 29 Nov 2022 01:58:28 -0500 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 885D323150 for ; Mon, 28 Nov 2022 22:58:27 -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 0FABF1FDDE; Tue, 29 Nov 2022 06:58:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1669705106; 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=+JLAQkLNwTbIsLRDcQv/dXIKI2u7QFU9z6Akr/SaZkw=; b=n+3Qy6yFh9ydow9OpNLW8SvcCErIW7KR9DM55WIl93mKxr/MbZUjSi5/9lx3b4one7lGp8 q+B5oK0uqmYkbSAi14twxLl6MrJa9Cfb0xvOWlRgO/VrnFY75oM7WJH9OWqlzSuFE5wuXw L0qz0OXVvUZQdMuLgU6OrE38SO/XQgg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1669705106; 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=+JLAQkLNwTbIsLRDcQv/dXIKI2u7QFU9z6Akr/SaZkw=; b=NMCrd5seZ/D92Fiu1kLWti81cQTJkPxUFbpXerwg+YcaAfBYV9pe2SzYIkV59sNGQrv6+v PT47Tvo3NXI7afDg== 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 C7E1613428; Tue, 29 Nov 2022 06:58:25 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id V0oVMJGthWNKVgAAMHmgww (envelope-from ); Tue, 29 Nov 2022 06:58:25 +0000 Date: Tue, 29 Nov 2022 07:58:25 +0100 Message-ID: <87k03eqmb2.wl-tiwai@suse.de> From: Takashi Iwai To: Andy Chi Cc: Jaroslav Kysela , Takashi Iwai , Stefan Binding , Tim Crawford , Meng Tang , Kai-Heng Feng , Lucas Tanure , Philipp Jungkamp , Kailang Yang , Werner Sembach , 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: <20221128022849.13759-1-andy.chi@canonical.com> References: <20221128022849.13759-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 Mon, 28 Nov 2022 03:28:47 +0100, 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 Applied now (with Cc to stable). thanks, Takashi