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 CBA062EBB8D; Tue, 15 Jul 2025 13:45:26 +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=1752587126; cv=none; b=rOCF9NdSBrmjdYty9ocfxD9JEq//6psBDVpJbcmZSi3vuEEhmGQhdSYDfxqU+OQ9+W/qsDvA59Sr/DEW6zi73fC6TB7+F2b15LrQ9FeHvTM6RjtaPnFIGoKaBgJwPXdDHiP8erXL6e0BBnTIUSXMe0wpwwu5PQ0f4XIKW47VBJA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752587126; c=relaxed/simple; bh=f9mptjfJa/gzgM9HKD2NfDAKoJd3i8ccqHV5RuMmyYU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=i7lrpekYrqZq/jFqDgQJariZbRax4xPPMd7AUAWF7dfcaszzCulmmN/Pgzg+bePdjh7NqP1XyjARNvpVHeM/CHKiz2q2+I4XJ3W6wmP/0wDw6Kq6lpBDD46oBjW7rDHS1vqtccnIeXYuD8tjBZWdiHi6BxhVouKkBXRTpFKmL3s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=qvEl0Pro; 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="qvEl0Pro" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 160A2C4CEE3; Tue, 15 Jul 2025 13:45:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1752587126; bh=f9mptjfJa/gzgM9HKD2NfDAKoJd3i8ccqHV5RuMmyYU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=qvEl0Pro7zjGNaBwc1LNlV8+T+K/5e3Mrt0xMyyghxoHKAzzB2jGvOYLjDIt7Xl9T vjwxwhozRtGGt/sZEhvTk/DDmGIXaVvfwYUf9mIozTMnY0sQSpaJNLl37wXk9IXD9u REHCDRaTOx90dWpkiooe40nHKJE++WLgV8r0mIOw= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Yasmin Fitzgerald , Takashi Iwai , Sasha Levin Subject: [PATCH 6.15 176/192] ALSA: hda/realtek - Enable mute LED on HP Pavilion Laptop 15-eg100 Date: Tue, 15 Jul 2025 15:14:31 +0200 Message-ID: <20250715130821.975227898@linuxfoundation.org> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20250715130814.854109770@linuxfoundation.org> References: <20250715130814.854109770@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.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Yasmin Fitzgerald [ Upstream commit 68cc9d3c8e44afe90e43cbbd2960da15c2f31e23 ] The HP Pavilion Laptop 15-eg100 has Realtek HDA codec ALC287. It needs the ALC287_FIXUP_HP_GPIO_LED quirk to enable the mute LED. Signed-off-by: Yasmin Fitzgerald Link: https://patch.msgid.link/20250621053832.52950-1-sunoflife1.git@gmail.com Signed-off-by: Takashi Iwai Signed-off-by: Sasha Levin --- sound/pci/hda/patch_realtek.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index b3cd0ab29bb6a..5cf5350439029 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -10715,6 +10715,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x103c, 0x8975, "HP EliteBook x360 840 Aero G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x897d, "HP mt440 Mobile Thin Client U74", ALC236_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8981, "HP Elite Dragonfly G3", ALC245_FIXUP_CS35L41_SPI_4), + SND_PCI_QUIRK(0x103c, 0x898a, "HP Pavilion 15-eg100", ALC287_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x898e, "HP EliteBook 835 G9", ALC287_FIXUP_CS35L41_I2C_2), SND_PCI_QUIRK(0x103c, 0x898f, "HP EliteBook 835 G9", ALC287_FIXUP_CS35L41_I2C_2), SND_PCI_QUIRK(0x103c, 0x8991, "HP EliteBook 845 G9", ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED), -- 2.39.5