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 3C81A26773A; Tue, 8 Apr 2025 10:58:33 +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=1744109913; cv=none; b=TrhOsvVYmCzjKJ3wXczQqBWJ3SHZr2C7B1sCC3MnyCdQgt6/m9wfgGz4JwxXeiI7JgcEcc7LRNR1Mhvq3Szt03VAYrHbOgQCmyf6cugFjc0UGbh35772uz0Ok++hYRZ1ki8Nw9epBHWjVeVZEBo18itvhk5md1qRSJzZpW1BbtE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744109913; c=relaxed/simple; bh=kKLYswaJ30JprDBBmdGmSKYQhlUUdVUqjHMl4g2V2mY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Foor8i7mkcdSaxCJeCXItKMVjFgN0u3tQEtHnypzPUkGWfW65UYiXDVXSHjcBG9IyUa5B176TKXJewwQaX30ZJTO7T1QLbq1HCN6aA5Mxc/352faEZHoKam7/AokVLuXMy7EesgdchpqlMVr70/bs2bMXgA3yKDXzHJuQ7t8+Lw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=nbpWXl8m; 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="nbpWXl8m" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BC44AC4CEE5; Tue, 8 Apr 2025 10:58:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1744109913; bh=kKLYswaJ30JprDBBmdGmSKYQhlUUdVUqjHMl4g2V2mY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=nbpWXl8m9nVlsLOMemLlcRGFiQ+BJQMF+Z5W5Hn5itSB2n1usXkov2aA3HY2bydU8 TsEnH2uZP1jM8bpM4vSBhjcM/t43U3VVapbTfQuur5oklo2lXcMFS11xsaeDG5New+ mQ1nh3DwTXgyi9abp2aDtsgvzEoDCF6iBImVokns= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Dhruv Deshpande , Takashi Iwai Subject: [PATCH 5.10 100/227] ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx Date: Tue, 8 Apr 2025 12:47:58 +0200 Message-ID: <20250408104823.363677858@linuxfoundation.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250408104820.353768086@linuxfoundation.org> References: <20250408104820.353768086@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 5.10-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 @@ -9239,6 +9239,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),