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 CD454265602; Tue, 8 Apr 2025 11:42:52 +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=1744112572; cv=none; b=ml1azmD7cXvD7GF8x1HBSV+kALlvOR1NwRN+loq9BruPlfR3XbLs8GOpljfCDlhUOwQQv7K26NkKOcp+xept3PPMv6cQ7k9aMUdN2zrglCuv+9HleP+M2+F765kg2xl7hRgfYjAVSaOtdP+gx0309D+HcxctAHIzuklegvNO5eQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744112572; c=relaxed/simple; bh=9uHyhCmIT8ivJzn5s7w+j7Vej+LU6WFaPgb569Z8+2I=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Ng/KqrZp24YRa8cs14z6P0yJRH9I3C3zDp2PZQ9lEARhQsmJ5PKy8azC/pjiQDVyndPSA5M7pZ2EiciP5EU+3OYK9Xl7JMf2iZEvhd6lKzXEn73Ptp5TF47Cq8QSSDfuxjsURGpLtimjWQaDarzlB30tEFVAdTTR2vKAA1V+oaY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=X46HtTd9; 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="X46HtTd9" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5D39DC4CEE7; Tue, 8 Apr 2025 11:42:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1744112572; bh=9uHyhCmIT8ivJzn5s7w+j7Vej+LU6WFaPgb569Z8+2I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=X46HtTd97HHvdoH9vTZiSHcXNngKHd0uv9PZ2ksp6o3wuPvg8DGBu8jeTzHqsOgSE vkwzTD6SVAI4yXHDTJnOMeHDU4DcBWdrktUY7ipjg6LdaSGFGBJTA6JcGaP6+pyHjN IwHh9p1HdzVqa0xG2x6sseuSHoyjI3UAukdl0Qyo= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Dhruv Deshpande , Takashi Iwai Subject: [PATCH 5.15 117/279] ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx Date: Tue, 8 Apr 2025 12:48:20 +0200 Message-ID: <20250408104829.502673667@linuxfoundation.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250408104826.319283234@linuxfoundation.org> References: <20250408104826.319283234@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 5.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Dhruv Deshpande commit 35ef1c79d2e09e9e5a66e28a66fe0df4368b0f3d upstream. The mute LED on this HP laptop uses ALC236 and requires a quirk to function. This patch enables the existing quirk for the device. Tested on my laptop and the LED behaviour works as intended. Cc: stable@vger.kernel.org Signed-off-by: Dhruv Deshpande Link: https://patch.msgid.link/20250317085621.45056-1-dhrv.d@proton.me 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 @@ -9302,6 +9302,7 @@ static const struct snd_pci_quirk alc269 SND_PCI_QUIRK(0x103c, 0x8811, "HP Spectre x360 15-eb1xxx", ALC285_FIXUP_HP_SPECTRE_X360_EB1), SND_PCI_QUIRK(0x103c, 0x8812, "HP Spectre x360 15-eb1xxx", ALC285_FIXUP_HP_SPECTRE_X360_EB1), SND_PCI_QUIRK(0x103c, 0x881d, "HP 250 G8 Notebook PC", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2), + SND_PCI_QUIRK(0x103c, 0x881e, "HP Laptop 15s-du3xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2), SND_PCI_QUIRK(0x103c, 0x8846, "HP EliteBook 850 G8 Notebook PC", ALC285_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8847, "HP EliteBook x360 830 G8 Notebook PC", ALC285_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x884b, "HP EliteBook 840 Aero G8 Notebook PC", ALC285_FIXUP_HP_GPIO_LED),