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 43F1AC05027 for ; Tue, 14 Feb 2023 10:25:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232251AbjBNKZ1 (ORCPT ); Tue, 14 Feb 2023 05:25:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59730 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232206AbjBNKZZ (ORCPT ); Tue, 14 Feb 2023 05:25:25 -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 0ED6C23643 for ; Tue, 14 Feb 2023 02:25:25 -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 B637121AB7; Tue, 14 Feb 2023 10:25:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1676370323; 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=FLHBkRY+L1xpNsmbz5ptnUy0dOk12hcQPFC+umha1Gc=; b=wqdLB2KJODUyfYA8VLRlnGJivl2njpEmKDIRh/KELuHaeUfGNL4fL/PCkBji86O+HkPWvo aKUFYiTuk2GcViiLeBym5uTF6mGqK7eZGg9CgbmNZD6qv4C81W2LsLszcvwN+7Q+5Kz0a1 xOBq7i9Eamrgm9aj1iRVZFTz25L+Fbg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1676370323; 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=FLHBkRY+L1xpNsmbz5ptnUy0dOk12hcQPFC+umha1Gc=; b=Dks2P7kHwRoe/xv74Vaytc2KJHFVUUvwfixBrIK3sSLatpBRWYdqbLaLUT4xCf1VQowW3q nKuIXryyW6gbUQCQ== 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 7883E13A21; Tue, 14 Feb 2023 10:25:23 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 2iBqFZNh62NZYAAAMHmgww (envelope-from ); Tue, 14 Feb 2023 10:25:23 +0000 Date: Tue, 14 Feb 2023 11:25:22 +0100 Message-ID: <87y1p08rxp.wl-tiwai@suse.de> From: Takashi Iwai To: Andy Chi Cc: Jaroslav Kysela , Takashi Iwai , Tim Crawford , Stefan Binding , 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 1/2] ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform. In-Reply-To: <20230214035853.31217-1-andy.chi@canonical.com> References: <20230214035853.31217-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 Tue, 14 Feb 2023 04:58:51 +0100, Andy Chi wrote: > > There is a HP platform needs ALC236_FIXUP_HP_GPIO_LED quirk to > make mic-mute/audio-mute working. > > Signed-off-by: Andy Chi Applied this one (but the second one looks dubious). thanks, Takashi