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 CCA82C77B7C for ; Thu, 4 May 2023 07:37:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229746AbjEDHhO (ORCPT ); Thu, 4 May 2023 03:37:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54412 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229613AbjEDHhM (ORCPT ); Thu, 4 May 2023 03:37:12 -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 3A6BD35B6 for ; Thu, 4 May 2023 00:36:51 -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 528E2338C9; Thu, 4 May 2023 07:36:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1683185807; 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=LD41s75VzG6WMAdXGW+UhfxUeP83ggxuThwgyX+uzHs=; b=YkyFcEqilzGEjPVJTwrwSZ5wcLf6nBvgBgp0t+84S7/Mg3ktT0pLBYBCrR4Pxs1Gma0b6s KUiSnqHognFcnZ9vFmUqxBor+ppHsqpBvRIf8XV/jjb1ezxxJpiRfky6jZlKTNVE8q63K9 qQrhPWzOfGryEW939inWa9krTKb/K/8= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1683185807; 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=LD41s75VzG6WMAdXGW+UhfxUeP83ggxuThwgyX+uzHs=; b=M2ktXMpbhUb+iAm8bVAEONXVt4U0bwTrFWAR4mvO9pnQSquuecHzkTtTbxVp8fl1ZYilVx ipCTjYYVnZDZ7sAg== 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 2E5AA133F7; Thu, 4 May 2023 07:36:47 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 2iR9Co9gU2ToFQAAMHmgww (envelope-from ); Thu, 04 May 2023 07:36:47 +0000 Date: Thu, 04 May 2023 09:36:46 +0200 Message-ID: <87mt2kmttd.wl-tiwai@suse.de> From: Takashi Iwai To: Caleb Harper Cc: Jaroslav Kysela , Takashi Iwai , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] alsa: support HP Pavilion Aero 13-be0xxx Mute LED In-Reply-To: <20230503175026.6796-1-calebharp2005@gmail.com> References: <20230503175026.6796-1-calebharp2005@gmail.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 Wed, 03 May 2023 19:50:26 +0200, Caleb Harper wrote: > > This patch adds support for the mute LED on the HP Pavilion Aero Laptop > 13-be0xxx. The current behavior is that the LED does not turn on at any > time and does not indicate to the user whether the sound is muted. > > The solution is to add a PCI quirk to properly recognize and support the > LED on this device. > > This change has been tested on the device in question using modified > versions of kernels 6.0.7-6.2.12 on Arch Linux. > > Signed-off-by: Caleb Harper Thanks, applied. Takashi