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 43FFB442C; Wed, 30 Jul 2025 09:53:30 +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=1753869210; cv=none; b=qrw+pL//O3/ZMrZkxX6Fb/Q5QgfIA+AZ4UcmN/62LfUjJXJnTBKFMy1Fk8aCqzRcmUr9IUAoZJL9jMRkZ+hA6vSCF689jTqZILLP4RLt5KSzutXDCHf1n94tPKgnLB4CdF4ZyJ7SzTy/CFefQuoykiEQQ2qPWUkzf7UIkQF9PGw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753869210; c=relaxed/simple; bh=+RQAYDybCgQmQRl36rz2AuQXqqpYLujdsRqJZg73YkY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=uUS3e835cpFCeQqy9cCLwXjFUty/zBGC5F8sa5RNCN8NymcCHrhEYgELthGwxqtOWfbf81lRgHBe/GloxZ6KSpzlIcHIBDHzjow1L2DmJXbFE2MwUjpUQRbu0BFHcaIfCXHWfTVA+g9ZmOsyhcGv1QKh92qJ6dwdLk+2NiTNIkw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=UTYrf8/5; 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="UTYrf8/5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 84660C4CEF5; Wed, 30 Jul 2025 09:53:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1753869210; bh=+RQAYDybCgQmQRl36rz2AuQXqqpYLujdsRqJZg73YkY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=UTYrf8/5vY2sG2dCi4WPpDQUyAzJcUM+mmLYOF5OmKoG88eNfz2lbci3QjQJoJEvv N4/PXoHuiWnLSulMi1bI9OrG3Bvmf8416om86998x+wXz2xNKgdPQsyuTmx1ef83mq rW7F3vET/sWwLVTi4xhlFO2AJoYTYUzx7HUjDRgg= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Dawid Rezler , Takashi Iwai Subject: [PATCH 6.15 61/92] ALSA: hda/realtek - Add mute LED support for HP Pavilion 15-eg0xxx Date: Wed, 30 Jul 2025 11:36:09 +0200 Message-ID: <20250730093233.115375289@linuxfoundation.org> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20250730093230.629234025@linuxfoundation.org> References: <20250730093230.629234025@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Dawid Rezler commit 9744ede7099e8a69c04aa23fbea44c15bc390c04 upstream. The mute LED on the HP Pavilion Laptop 15-eg0xxx, which uses the ALC287 codec, didn't work. This patch fixes the issue by enabling the ALC287_FIXUP_HP_GPIO_LED quirk. Tested on a physical device, the LED now works as intended. Signed-off-by: Dawid Rezler Cc: Link: https://patch.msgid.link/20250720154907.80815-2-dawidrezler.patches@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 @@ -10668,6 +10668,7 @@ static const struct hda_quirk alc269_fix SND_PCI_QUIRK(0x103c, 0x8788, "HP OMEN 15", ALC285_FIXUP_HP_MUTE_LED), SND_PCI_QUIRK(0x103c, 0x87b7, "HP Laptop 14-fq0xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2), SND_PCI_QUIRK(0x103c, 0x87c8, "HP", ALC287_FIXUP_HP_GPIO_LED), + SND_PCI_QUIRK(0x103c, 0x87cc, "HP Pavilion 15-eg0xxx", ALC287_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x87d3, "HP Laptop 15-gw0xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2), SND_PCI_QUIRK(0x103c, 0x87df, "HP ProBook 430 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x87e5, "HP ProBook 440 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED),