diff mbox series

[v2] ALSA: hda/realtek: Enable Mute Led for HP Victus 15-fb1xxx

Message ID 20240903202419.31433-1-queler+k@gmail.com (mailing list archive)
State Accepted
Commit b474f60f6a0c90f560190ac2cc6f20805f35d2c1
Headers show
Series [v2] ALSA: hda/realtek: Enable Mute Led for HP Victus 15-fb1xxx | expand

Commit Message

Adam Queler Sept. 3, 2024, 8:24 p.m. UTC
The mute led is controlled by ALC245. This patch enables the already
existing quirk for this device.

Signed-off-by: Adam Queler <queler+k@gmail.com>
---

Notes:
    Changes in v2
    - added prefix to subject
    - add signed-off-by tag
    Thanks for your patience.

 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Takashi Iwai Sept. 4, 2024, 11:03 a.m. UTC | #1
On Tue, 03 Sep 2024 22:24:19 +0200,
Adam Queler wrote:
> 
> The mute led is controlled by ALC245. This patch enables the already
> existing quirk for this device.
> 
> Signed-off-by: Adam Queler <queler+k@gmail.com>

Applied now.  Thanks.


Takashi
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index f67190a8cd93..feb07c4d63d2 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10307,6 +10307,7 @@  static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x8c16, "HP Spectre 16", ALC287_FIXUP_CS35L41_I2C_2),
 	SND_PCI_QUIRK(0x103c, 0x8c17, "HP Spectre 16", ALC287_FIXUP_CS35L41_I2C_2),
 	SND_PCI_QUIRK(0x103c, 0x8c21, "HP Pavilion Plus Laptop 14-ey0XXX", ALC245_FIXUP_HP_X360_MUTE_LEDS),
+	SND_PCI_QUIRK(0x103c, 0x8c30, "HP Victus 15-fb1xxx", ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
 	SND_PCI_QUIRK(0x103c, 0x8c46, "HP EliteBook 830 G11", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8c47, "HP EliteBook 840 G11", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8c48, "HP EliteBook 860 G11", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),