diff mbox series

ALSA: hda/realtek: Apply mute LED quirk for HP15-db

Message ID e61815d0-f1c7-b164-e49d-6ca84771476a@gmx.de
State Accepted
Commit 9b726bf6ae11add6a7a52883a21f90ff9cbca916
Headers show
Series ALSA: hda/realtek: Apply mute LED quirk for HP15-db | expand

Commit Message

Hartmut Knaack Dec. 9, 2023, 2:47 p.m. UTC
The HP laptop 15-db0403ng uses the ALC236 codec and controls the mute
LED using COEF 0x07 index 1.
Sound card subsystem: Hewlett-Packard Company Device [103c:84ae]

Use the existing quirk for this model.

Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
---
 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

--
2.42.0

Comments

Takashi Iwai Dec. 10, 2023, 9:05 a.m. UTC | #1
On Sat, 09 Dec 2023 15:47:07 +0100,
Hartmut Knaack wrote:
> 
> The HP laptop 15-db0403ng uses the ALC236 codec and controls the mute
> LED using COEF 0x07 index 1.
> Sound card subsystem: Hewlett-Packard Company Device [103c:84ae]
> 
> Use the existing quirk for this model.
> 
> Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>

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 0377912e9264..e45d4c405f8f 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9795,6 +9795,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, 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),
 	SND_PCI_QUIRK(0x103c, 0x8519, "HP Spectre x360 15-df0xxx", ALC285_FIXUP_HP_SPECTRE_X360),