diff mbox series

Patch to fix built-in speakers for HP OMEN Transcend laptop

Message ID AN6ATwD*CfeDNvLf3h4SSKqH.1.1706976552622.Hmail.wangqiang@geovdo.com
State New
Headers show
Series Patch to fix built-in speakers for HP OMEN Transcend laptop | expand

Commit Message

Qiang Wang Feb. 3, 2024, 4:09 p.m. UTC
Hello guys,


Enclosed is a patch to fix built-in speakers for HP OMEN Transcend laptop. It has been tested on Ubuntu 22.04 with kernel 6.5.


Regards
John

Comments

Roxana Nicolescu Feb. 5, 2024, 1:30 p.m. UTC | #1
On 03/02/2024 17:09, Qiang Wang wrote:
> Hello guys,
>
> Enclosed is a patch to fix built-in speakers for HP OMEN Transcend 
> laptop. It has been tested on Ubuntu 22.04 with kernel 6.5.
>
> Regards
> John
>
>
Hi John,

Can you check this page 
https://wiki.ubuntu.com/Kernel/Dev/StablePatchFormat and resubmit?
If you're interested in jammy:linux-hwe-6.5, you need to submit the 
patch for mantic:linux.
It will be automatically applied to jammy:linux-hwe-6.5 from there.

Roxana
diff mbox series

Patch

From 9dbfafbd51672b9891e8bbe359649b826032b46c Mon Sep 17 00:00:00 2001
From: Qiang Wang <wangqiang@geovdo.com>
Date: Sat, 3 Feb 2024 23:22:32 +0800
Subject: [PATCH] UBUNTU: [Upstream] ALSA: hda/realtek: Add quirks for HP OMEN
 Transcend laptop

Signed-off-by: Qiang Wang <wangqiang@geovdo.com>
---
 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 7dd8006917bb..f78664fcd69c 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, 0x8b92, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8b96, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
 	SND_PCI_QUIRK(0x103c, 0x8b97, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
+    SND_PCI_QUIRK(0x103c, 0x8bb3, "HP Transcend Gaming Laptop 16-u0xxx", ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8bf0, "HP", ALC236_FIXUP_HP_GPIO_LED),
 	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),
-- 
2.34.1