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 D0306C43334 for ; Wed, 13 Jul 2022 06:30:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232913AbiGMGaV (ORCPT ); Wed, 13 Jul 2022 02:30:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59238 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229487AbiGMGaT (ORCPT ); Wed, 13 Jul 2022 02:30:19 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B57232BB0 for ; Tue, 12 Jul 2022 23:30:18 -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 284261FD05; Wed, 13 Jul 2022 06:30:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1657693817; 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=pQ3H8I8VayUQxqAMQOcRZMloSSDhl1PNudxqD/P/wPY=; b=l7gDloFi+7E8aMrBdMD5n7AiS8Rd7kRxPEXYRVjqKKxfKB4uJBGPIMU6IsPBXstiC/gNsz c9cDxbtCOTlybNCxEPel8cWL4jqzuckDDtyPIaaEZKWFFA2avhgxKMfWO4ZVVXLa9qqauC PBOGVlFi8u/M4zQKiGF00Z2lfc3wWVU= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1657693817; 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=pQ3H8I8VayUQxqAMQOcRZMloSSDhl1PNudxqD/P/wPY=; b=Rt5u5Bi8J+vVqkfTgWwF3g4+XwsxyL2RgXGoM1p14QVtp04iWCq5WusSddq/te2s6Mor07 dAvieLr1xteSiKBg== 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 DEA2813754; Wed, 13 Jul 2022 06:30:16 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id bnGFNXhmzmJ7BwAAMHmgww (envelope-from ); Wed, 13 Jul 2022 06:30:16 +0000 Date: Wed, 13 Jul 2022 08:30:16 +0200 Message-ID: <87tu7lpls7.wl-tiwai@suse.de> From: Takashi Iwai To: Jeremy Szu Cc: tiwai@suse.com, Jaroslav Kysela , Tim Crawford , Kai-Heng Feng , Werner Sembach , Lucas Tanure , Cameron Berkenpas , Kailang Yang , Stefan Binding , Andy Chi , Yong Wu , alsa-devel@alsa-project.org (moderated list:SOUND), linux-kernel@vger.kernel.org (open list) Subject: Re: [PATCH] ALSA: hda/realtek: fix mute/micmute LEDs for HP machines In-Reply-To: <20220713022706.22892-1-jeremy.szu@canonical.com> References: <20220713022706.22892-1-jeremy.szu@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 Wed, 13 Jul 2022 04:27:04 +0200, Jeremy Szu wrote: > > * The HP ProBook 440/450 G9 and EliteBook 640/650 G9 have multiple > motherboard design and they are using different subsystem ID of audio > codec. Add the same quirk for other MBs. > > Signed-off-by: Jeremy Szu Thanks, applied now. Takashi