diff mbox series

ALSA: hda/realtek: Enable Mute LED on HP 250 G7

Message ID 20240709080546.18344-1-nbilinskyi@gmail.com
State Accepted
Commit b46953029c52bd3a3306ff79f631418b75384656
Headers show
Series ALSA: hda/realtek: Enable Mute LED on HP 250 G7 | expand

Commit Message

Nazar Bilinskyi July 9, 2024, 8:05 a.m. UTC
HP 250 G7 has a mute LED that can be made to work using quirk
ALC269_FIXUP_HP_LINE1_MIC1_LED. Enable already existing quirk.

Signed-off-by: Nazar Bilinskyi <nbilinskyi@gmail.com>
---
 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Takashi Iwai July 9, 2024, 9:59 a.m. UTC | #1
On Tue, 09 Jul 2024 10:05:46 +0200,
Nazar Bilinskyi wrote:
> 
> HP 250 G7 has a mute LED that can be made to work using quirk
> ALC269_FIXUP_HP_LINE1_MIC1_LED. Enable already existing quirk.
> 
> Signed-off-by: Nazar Bilinskyi <nbilinskyi@gmail.com>

Thanks, applied now.


Takashi
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 811e82474..57eb67f05 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10053,6 +10053,7 @@  static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x83b9, "HP Spectre x360", ALC269_FIXUP_HP_MUTE_LED_MIC3),
 	SND_PCI_QUIRK(0x103c, 0x841c, "HP Pavilion 15-CK0xx", ALC269_FIXUP_HP_MUTE_LED_MIC3),
 	SND_PCI_QUIRK(0x103c, 0x8497, "HP Envy x360", ALC269_FIXUP_HP_MUTE_LED_MIC3),
+	SND_PCI_QUIRK(0x103c, 0x84a6, "HP 250 G7 Notebook PC", ALC269_FIXUP_HP_LINE1_MIC1_LED),
 	SND_PCI_QUIRK(0x103c, 0x84ae, "HP 15-db0403ng", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
 	SND_PCI_QUIRK(0x103c, 0x84da, "HP OMEN dc0019-ur", ALC295_FIXUP_HP_OMEN),
 	SND_PCI_QUIRK(0x103c, 0x84e7, "HP Pavilion 15", ALC269_FIXUP_HP_MUTE_LED_MIC3),