From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 50DAD12EBCE; Tue, 14 May 2024 11:22:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715685744; cv=none; b=maWFJJE/7YS8LVSFKhI6dWhA2CFcMfbzPoEf5HYdEOHZ/4iMQrQkRTlwYauq0BPInXcdWRU75WFIyE4ChBWxZBAT2tsaGRTv4ia/4dldYe1ynWlw3SnG5HY8B3e4aNQ2x75ZV66Kf79ECwhN3CYuMTYOpZpT0esHNLT9RJdET7Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715685744; c=relaxed/simple; bh=OWcSlLtY5MqFWvpBsC2U1iaDbTwqitiCJxtL/B/iu1s=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=SIIOPKJWO/pQrTKcBcz91h4PmsVYIHZ+rt4+LQtQM6OrI+Tr9JYNRbkXVA/J2dLzPwVGQEx652v7zj6AtUPeC9fVyuQoL4rgL4OEQCpRM3HGjswvRaIcPIdaoUrshPXcIiBIDAhd2ums3bQ/MK7a09CtdXLEqQYdCl+IRWIx7rE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=aQ/+rF/X; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="aQ/+rF/X" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AD47EC2BD10; Tue, 14 May 2024 11:22:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1715685744; bh=OWcSlLtY5MqFWvpBsC2U1iaDbTwqitiCJxtL/B/iu1s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=aQ/+rF/Xwb/SPpwFTwyw4EhZ2qw89xE/qNTvYAmwAFADKtLLRcXwoClskFu5wXV1C f8Wk2oU79quxPchBkOvdlOOTjnY2jj3tha45A1xqzoApZbFE2DjD132iyyrV+8jB8C VaU9g+deUR+8m4Rmk2bhmDg21Kufog8KJejs/BRg= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Aman Dhoot , Takashi Iwai Subject: [PATCH 6.6 239/301] ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU Date: Tue, 14 May 2024 12:18:30 +0200 Message-ID: <20240514101041.277986889@linuxfoundation.org> X-Mailer: git-send-email 2.45.0 In-Reply-To: <20240514101032.219857983@linuxfoundation.org> References: <20240514101032.219857983@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Aman Dhoot commit 2d5af3ab9e6f1cf1468b2a5221b5c1f7f46c3333 upstream. This patch simply add SND_PCI_QUIRK for HP Laptop 15-da3001TU to fixed mute led of laptop. Signed-off-by: Aman Dhoot Cc: Link: https://lore.kernel.org/r/CAMTp=B+3NG65Z684xMwHqdXDJhY+DJK-kuSw4adn6xwnG+b5JA@mail.gmail.com Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/patch_realtek.c | 1 + 1 file changed, 1 insertion(+) --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -9826,6 +9826,7 @@ static const struct snd_pci_quirk alc269 SND_PCI_QUIRK(0x103c, 0x860f, "HP ZBook 15 G6", ALC285_FIXUP_HP_GPIO_AMP_INIT), SND_PCI_QUIRK(0x103c, 0x861f, "HP Elite Dragonfly G1", ALC285_FIXUP_HP_GPIO_AMP_INIT), SND_PCI_QUIRK(0x103c, 0x869d, "HP", ALC236_FIXUP_HP_MUTE_LED), + SND_PCI_QUIRK(0x103c, 0x86c1, "HP Laptop 15-da3001TU", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2), SND_PCI_QUIRK(0x103c, 0x86c7, "HP Envy AiO 32", ALC274_FIXUP_HP_ENVY_GPIO), SND_PCI_QUIRK(0x103c, 0x86e7, "HP Spectre x360 15-eb0xxx", ALC285_FIXUP_HP_SPECTRE_X360_EB1), SND_PCI_QUIRK(0x103c, 0x86e8, "HP Spectre x360 15-eb0xxx", ALC285_FIXUP_HP_SPECTRE_X360_EB1),