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 29605385524; Mon, 20 Apr 2026 13:31:28 +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=1776691889; cv=none; b=E7pGmz5aVliEQRjAVPLmqFOk812YEWlsqqGCO+AMOq41TllD53S35/DJ5hJ6NekfJyNbMrxLmuc7IaWQG4MSrTt1q2Mpd/CC2Bj2lCPWmSmUd+syw3Kk66983DyjfWE/0Anc22985VEp9HBxtaexAmh6lJ6zmgeBt50vuxHK/4Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776691889; c=relaxed/simple; bh=uQ3ef/IgQrvGS6T/OJGmRlTfW+MxgdvOaO27lxPDbjg=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=GwH4305j1IQ2EATOOVwLp8FKMnCKEsJGm4YHV/x77qeb4bHmGnkJ3ZlKYabETasdCjyLwgBLOgNWHUhh9BYBQ6WAU2TrrY80Le8QykHv5CoZinTFPvpKwfj8ISJdYg0Zy/tFJSvOZzUq0fFcgFW5nOm3U6olWuuwvCJ1YA3gSS8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Tg5wmr3X; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Tg5wmr3X" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C446BC2BCB8; Mon, 20 Apr 2026 13:31:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776691888; bh=uQ3ef/IgQrvGS6T/OJGmRlTfW+MxgdvOaO27lxPDbjg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Tg5wmr3X7bJYjzWIbhNNq9V+COZVWo3nAx5goHmcJWAD06Lsa9/kGv4vgXtEEh916 9kdPOvYfWnJF8HUBWiVWt8NXtmaXXP24ecPK/0SD/rK6ldSlZ0GucPlponVLfrwHNU d31/kIADbwJKzRxe5XjKDaY+RTF5L2KBPTN8lsrCSfoapdA7y96GqynQgazklMkUCQ P3+UNcomU1rvM4xd/Bth3nj3tmTpCKiOP2g9IvFS/uEkvp7jGIYF6s3opcuBbMyeUc QsCQXNfK+dbICsHFdUcra1clDfldMTLeFWTlmNZr1z3bk62j5FIP2D8mqJx3EnNAAF nJsOkbrEdnpNA== From: Sasha Levin To: patches@lists.linux.dev, stable@vger.kernel.org Cc: =?UTF-8?q?C=C3=A9sar=20Montoya?= , Takashi Iwai , Sasha Levin , perex@perex.cz, tiwai@suse.com, linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH AUTOSEL 6.18] ALSA: hda/realtek: Add mute LED quirk for HP Pavilion 15-eg0xxx Date: Mon, 20 Apr 2026 09:20:47 -0400 Message-ID: <20260420132314.1023554-253-sashal@kernel.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260420132314.1023554-1-sashal@kernel.org> References: <20260420132314.1023554-1-sashal@kernel.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-stable: review X-Patchwork-Hint: Ignore X-stable-base: Linux 6.18.23 Content-Transfer-Encoding: 8bit From: César Montoya [ Upstream commit 2f388b4e8fdd6b0f27cafd281658daacfd85807e ] The HP Pavilion 15-eg0xxx with subsystem ID 0x103c87cb uses a Realtek ALC287 codec with a mute LED wired to GPIO pin 4 (mask 0x10). The existing ALC287_FIXUP_HP_GPIO_LED fixup already handles this correctly, but the subsystem ID was missing from the quirk table. GPIO pin confirmed via manual hda-verb testing: hda-verb SET_GPIO_MASK 0x10 hda-verb SET_GPIO_DIRECTION 0x10 hda-verb SET_GPIO_DATA 0x10 Signed-off-by: César Montoya Link: https://patch.msgid.link/20260321153603.12771-1-sprit152009@gmail.com Signed-off-by: Takashi Iwai Signed-off-by: Sasha Levin --- LLM Generated explanations, may be completely bogus: Error: Failed to generate final synthesis 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 1959adb6c5189..c782a35f9239d 100644 --- a/sound/hda/codecs/realtek/alc269.c +++ b/sound/hda/codecs/realtek/alc269.c @@ -6746,6 +6746,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = { 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, 0x87cb, "HP Pavilion 15-eg0xxx", 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), -- 2.53.0