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 B345C293C5F; Wed, 30 Jul 2025 09:44:48 +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=1753868688; cv=none; b=c588bEW4f8FX6r9aE8KRkrmTLMO11xOHh4YrIFUTegfZGbS1Uz+RFGM19PP6OHG+krV0FMp+fg+tvb9MIVsn0SQjhXaOWWnXR03CGQAGLcH+MQNeI2xgqxI2AvPMMx6XdmKBFC3DWZBOcd2EdqYDTJCnJRg1HaaeluVQGqDByL0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753868688; c=relaxed/simple; bh=506gztGSP83qM2VkxYRdewTtn/NkRknbVHDBtFkE2Wo=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=NCW6anKguh0Q7RofeWm6xmnolQzemAa3oBNZz8FR9qzxM9QQAQ/dL+yXT5CFxKn23Ot1n+wOJEAlgj4M28iDkN+hKvOzpK8uM6cM8QK1och5+9grr/3RiN1wbP05KMOAkedgtSFLJXWmoYeZjX12E2kLlslzRFF/pHiL6yMYocE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Tk2PG0BS; 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="Tk2PG0BS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 05E52C4CEF6; Wed, 30 Jul 2025 09:44:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1753868688; bh=506gztGSP83qM2VkxYRdewTtn/NkRknbVHDBtFkE2Wo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Tk2PG0BSGzeVT8bCRlv57j1eEQ9EiboUE0BEo8mrgH51E8wALAu4wu9WPKkifTeo8 rmWXy/TLqeYZ2T6PxiGcaJoe7icFJSb1QrIS28sq1cxHYpG5ZRSF+KBdueg1ToDvKF UG5vwc5u1lLG+swaiIucgK83iY0BMhtg/3I0dwUw= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Dawid Rezler , Takashi Iwai Subject: [PATCH 6.12 051/117] ALSA: hda/realtek - Add mute LED support for HP Pavilion 15-eg0xxx Date: Wed, 30 Jul 2025 11:35:20 +0200 Message-ID: <20250730093235.545970029@linuxfoundation.org> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20250730093233.592541778@linuxfoundation.org> References: <20250730093233.592541778@linuxfoundation.org> User-Agent: quilt/0.68 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.12-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 @@ -10608,6 +10608,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),