[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2420183.ElGaqSPkdT@vilez>
Date: Fri, 25 Jul 2025 17:57:19 +0300
From: Edip Hazuri <edip@...ip.dev>
To: perex@...ex.cz, tiwai@...e.com, edip@...ip.dev
Cc: linux-sound@...r.kernel.org, linux-kernel@...r.kernel.org,
Edip Hazuri <edip@...ip.dev>, stable@...r.kernel.org
Subject: Re: [PATCH] ALSA: hda/realtek - Fix mute LED for HP Victus 16-r1xxx
On Friday, July 25, 2025 5:49:12 PM GMT+03:00 edip@...ip.dev wrote:
> From: Edip Hazuri <edip@...ip.dev>
>
> The mute led on this laptop is using ALC245 but requires a quirk to work
> This patch enables the existing quirk for the device.
>
> Tested on Victus 16-r1xxx Laptop. The LED behaviour works
> as intended.
>
> v2:
> - adapt the HD-audio code changes and rebase on for-next branch of
> tiwai/sound.git - link to v1:
> https://lore.kernel.org/linux-sound/20250724210756.61453-2-edip@medip.dev/
>
> Cc: <stable@...r.kernel.org>
> Signed-off-by: Edip Hazuri <edip@...ip.dev>
> ---
> 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 05019fa73..33ef08d25 100644
> --- a/sound/hda/codecs/realtek/alc269.c
> +++ b/sound/hda/codecs/realtek/alc269.c
> @@ -6580,6 +6580,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
> SND_PCI_QUIRK(0x103c, 0x8c91, "HP EliteBook 660",
> ALC236_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8c96, "HP",
> ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF), SND_PCI_QUIRK(0x103c, 0x8c97, "HP
> ZBook", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF), + SND_PCI_QUIRK(0x103c,
> 0x8c99, "HP Victus 16-r1xxx (MB 8C99)", ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
> SND_PCI_QUIRK(0x103c, 0x8c9c, "HP Victus 16-s1xxx (MB 8C9C)",
> ALC245_FIXUP_HP_MUTE_LED_COEFBIT), SND_PCI_QUIRK(0x103c, 0x8ca1, "HP ZBook
> Power", ALC236_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8ca2, "HP ZBook
> Power", ALC236_FIXUP_HP_GPIO_LED),
I'm so sorry, I forgot to fix the subject.
I'll fix it now
Powered by blists - more mailing lists