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 697E5C433EF for ; Fri, 10 Jun 2022 07:59:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343863AbiFJH7z (ORCPT ); Fri, 10 Jun 2022 03:59:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48922 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244482AbiFJH7u (ORCPT ); Fri, 10 Jun 2022 03:59:50 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6906E2067AB for ; Fri, 10 Jun 2022 00:59:49 -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 2A10A1F86B; Fri, 10 Jun 2022 07:59:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1654847988; 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=zqbgmiwBSdkIVvo5Eu3Gl/Dpwly/Axu6L2owM/juwKA=; b=gbm1nP1m1NXkI9KRrWjrwXN8/Z6xio+WTcl8nZ62m922wP+hb7DC1ZCXKp8O5Myn2P58MA FKG9BFzd5s/H3QtSetuua/WcceU+h86dTtgiBAA01f27+5jR8uXqWOnzzWBLQF5SOY3Rpy gX2nL4YjegDzYxeel/REtnEAB7Fc1aw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1654847988; 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=zqbgmiwBSdkIVvo5Eu3Gl/Dpwly/Axu6L2owM/juwKA=; b=tjFWcSlPqP2MowUPUIU0MWly6WPb7bBnEdtZpe0wpWYSxX3u4tmapbpQb/Rk+OSFhTQCmR mSxmuNHpN7BoYHCw== 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 05E1813941; Fri, 10 Jun 2022 07:59:48 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 1BR7APT5omLuPgAAMHmgww (envelope-from ); Fri, 10 Jun 2022 07:59:48 +0000 Date: Fri, 10 Jun 2022 09:59:47 +0200 Message-ID: <87pmjhlzik.wl-tiwai@suse.de> From: Takashi Iwai To: contact@sohamsen.me Cc: tiwai@suse.com, perex@perex.cz, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Omen laptop In-Reply-To: <20220609181919.45535-1-contact@sohamsen.me> References: <20220609181919.45535-1-contact@sohamsen.me> 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 Thu, 09 Jun 2022 20:19:20 +0200, contact@sohamsen.me wrote: > > From: Soham Sen > > The HP Omen 15 laptop needs a quirk to toggle the mute LED. It already is implemented for a different variant of the HP Omen laptop so a fixup entry is needed for this variant. > > Signed-off-by: Soham Sen Thanks, applied now. Takashi