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 CFF413368AE; Mon, 20 Apr 2026 15:47:32 +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=1776700052; cv=none; b=SiEXgGhnqIq9jy2CvkTs8lnHjy6KCQkI77lI1LOuzWFux/s+ZxnGEQzfyezmXWXvImc18gKr9QG/QBXEEeNNu2toIm/pE0cjE4Z4ZYR7BRBj8vKluKlY3nCMM5QpZMHZ+E1tkVZT6ABg04XywMiLAOUkxbEtj1+ArPko+4tM/ag= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776700052; c=relaxed/simple; bh=t1HU/KEN+IE+LI+ChDyAk1Q4zpoqg8EgsafZDQGg3qA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=H0M39eC6hiuuI7jmd0Ix20/7TRAwXCFxNi9IvIEmrc6EMX43hPY/S06TmX5fsZc4im2DQwTfHGpODwUqs3PnhVaHMdRgtQ9NTLJ8/wis2o5/EcUeNS4fsMmGpoiIWtmI18TUGh/O2rT93qbHTEPWNNJffrTwRFmRP8TNMU8d+Uo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=sr79qe3k; 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="sr79qe3k" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 65891C19425; Mon, 20 Apr 2026 15:47:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1776700052; bh=t1HU/KEN+IE+LI+ChDyAk1Q4zpoqg8EgsafZDQGg3qA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=sr79qe3k88qW9deBdWnWAxQm6yipb7xPg/tmopRkvNKk9MHbBSUcq4VGJXIveXYaw 6UNsdRvVE4KTUREiAyITSN9Tg8SP4kdYnAW+0en0FeDpYZAYCXCffipxSMguM2oxSt 57o1jmrT1YBNLFcUlhB4zED1qal6i7djr5p5N2Qc= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Kshamendra Kumar Mishra , Takashi Iwai , Sasha Levin Subject: [PATCH 6.19 023/220] ALSA: hda/realtek: add HP Laptop 15-fd0xxx mute LED quirk Date: Mon, 20 Apr 2026 17:39:24 +0200 Message-ID: <20260420153934.864001074@linuxfoundation.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260420153934.013228280@linuxfoundation.org> References: <20260420153934.013228280@linuxfoundation.org> User-Agent: quilt/0.69 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.19-stable review patch. If anyone has any objections, please let me know. ------------------ From: Kshamendra Kumar Mishra [ Upstream commit faceb5cf5d7a08f4a40335d22d833bb75f05d99e ] HP Laptop 15-fd0xxx with ALC236 codec does not handle the toggling of the mute LED. This patch adds a quirk entry for subsystem ID 0x8dd7 using ALC236_FIXUP_HP_MUTE_LED_COEFBIT2 fixup, enabling correct mute LED behavior. Signed-off-by: Kshamendra Kumar Mishra Link: https://patch.msgid.link/DHAB51ISUM96.2K9SZIABIDEQ0@gmail.com Signed-off-by: Takashi Iwai Signed-off-by: Sasha Levin --- sound/hda/codecs/realtek/alc269.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/hda/codecs/realtek/alc269.c b/sound/hda/codecs/realtek/alc269.c index 504edaf14d39a..8733f57c4aafe 100644 --- a/sound/hda/codecs/realtek/alc269.c +++ b/sound/hda/codecs/realtek/alc269.c @@ -7135,6 +7135,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x103c, 0x8da7, "HP 14 Enstrom OmniBook X", ALC287_FIXUP_CS35L41_I2C_2), SND_PCI_QUIRK(0x103c, 0x8da8, "HP 16 Piston OmniBook X", ALC287_FIXUP_CS35L41_I2C_2), SND_PCI_QUIRK(0x103c, 0x8dd4, "HP EliteStudio 8 AIO", ALC274_FIXUP_HP_AIO_BIND_DACS), + SND_PCI_QUIRK(0x103c, 0x8dd7, "HP Laptop 15-fd0xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2), SND_PCI_QUIRK(0x103c, 0x8de8, "HP Gemtree", ALC245_FIXUP_TAS2781_SPI_2), SND_PCI_QUIRK(0x103c, 0x8de9, "HP Gemtree", ALC245_FIXUP_TAS2781_SPI_2), SND_PCI_QUIRK(0x103c, 0x8dec, "HP EliteBook 640 G12", ALC236_FIXUP_HP_GPIO_LED), -- 2.53.0