public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Add quirk for HP Victus 15-fa2xxx
@ 2026-03-24 22:25 Dima Art
  2026-03-25  8:54 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Dima Art @ 2026-03-24 22:25 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, stable

The HP Victus 15-fa2xxx (subsystem ID 103c:8dcd) uses two TAS2781
amplifiers connected via I2C bus at addresses 0x36 and 0x37.
Without this quirk, the amplifiers remain uninitialized causing
mono audio output with no bass.

Tested on HP Victus 15-fa2xxx (HP-VictusbyHPGamingLaptop15_fa2xxx--8DCD)
with kernel 6.19.0-9-generic on Ubuntu 26.04.

Signed-off-by: ardima93@gmail.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
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ alc269_fixup_tbl[] @@
+    SND_PCI_QUIRK(0x103c, 0x8dcd, "HP Victus 15-fa2xxx",
ALC245_FIXUP_TAS2781_I2C),

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ALSA: hda/realtek: Add quirk for HP Victus 15-fa2xxx
  2026-03-24 22:25 [PATCH] ALSA: hda/realtek: Add quirk for HP Victus 15-fa2xxx Dima Art
@ 2026-03-25  8:54 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2026-03-25  8:54 UTC (permalink / raw)
  To: Dima Art; +Cc: alsa-devel, tiwai, stable

On Tue, Mar 24, 2026 at 10:25:03PM +0000, Dima Art wrote:
> The HP Victus 15-fa2xxx (subsystem ID 103c:8dcd) uses two TAS2781
> amplifiers connected via I2C bus at addresses 0x36 and 0x37.
> Without this quirk, the amplifiers remain uninitialized causing
> mono audio output with no bass.
> 
> Tested on HP Victus 15-fa2xxx (HP-VictusbyHPGamingLaptop15_fa2xxx--8DCD)
> with kernel 6.19.0-9-generic on Ubuntu 26.04.
> 
> Signed-off-by: ardima93@gmail.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
> --- a/sound/pci/hda/patch_realtek.c
> +++ b/sound/pci/hda/patch_realtek.c
> @@ alc269_fixup_tbl[] @@
> +    SND_PCI_QUIRK(0x103c, 0x8dcd, "HP Victus 15-fa2xxx",
> ALC245_FIXUP_TAS2781_I2C),
> 

<formletter>

This is not the correct way to submit patches for inclusion in the
stable kernel tree.  Please read:
    https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
for how to do this properly.

</formletter>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-03-25  8:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-24 22:25 [PATCH] ALSA: hda/realtek: Add quirk for HP Victus 15-fa2xxx Dima Art
2026-03-25  8:54 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox