]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: hda/realtek: Add subwoofer quirk for Acer Predator G9-593
authorJosé Relvas <josemonsantorelvas@gmail.com>
Sun, 20 Oct 2024 10:27:56 +0000 (11:27 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 21 Oct 2024 07:20:04 +0000 (09:20 +0200)
commit35fdc6e1c16099078bcbd73a6c8f1733ae7f1909
tree48c2a69a952c77703eba7f95beb78f318ccfa188
parent72cafe63b35d06b5cfbaf807e90ae657907858da
ALSA: hda/realtek: Add subwoofer quirk for Acer Predator G9-593

The Acer Predator G9-593 has a 2+1 speaker system which isn't probed
correctly.
This patch adds a quirk with the proper pin connections.

Note that I do not own this laptop, so I cannot guarantee that this
fixes the issue.
Testing was done by other users here:
https://discussion.fedoraproject.org/t/-/118482

This model appears to have two different dev IDs...

- 0x1177 (as seen on the forum link above)
- 0x1178 (as seen on https://linux-hardware.org/?probe=127df9999f)

I don't think the audio system was changed between model revisions, so
the patch applies for both IDs.

Signed-off-by: José Relvas <josemonsantorelvas@gmail.com>
Link: https://patch.msgid.link/20241020102756.225258-1-josemonsantorelvas@gmail.com
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c