public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH]  ALSA: hda/realtek: Add quirk for ASUS GV601R laptop
@ 2022-10-10  7:03 Luke D. Jones
  2022-10-10 12:44 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Luke D. Jones @ 2022-10-10  7:03 UTC (permalink / raw)
  To: linux-kernel; +Cc: alsa-devel, tiwai, perex, Luke D. Jones

The ASUS ROG X16 (GV601R) series laptop has the same node-to-DAC pairs
as early models and the G14, this includes bass speakers which are by
default mapped incorrectly to the 0x06 node.

Add a quirk to use the same DAC pairs as the G14.

Signed-off-by: Luke D. Jones <luke@ljones.dev>
---
 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 bce82b834cec..1ffea762ba57 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9422,6 +9422,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x1043, 0x1e8e, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA401),
 	SND_PCI_QUIRK(0x1043, 0x1c52, "ASUS Zephyrus G15 2022", ALC289_FIXUP_ASUS_GA401),
 	SND_PCI_QUIRK(0x1043, 0x1f11, "ASUS Zephyrus G14", ALC289_FIXUP_ASUS_GA401),
+	SND_PCI_QUIRK(0x1043, 0x1f92, "ASUS ROG Flow X16", ALC289_FIXUP_ASUS_GA401),
 	SND_PCI_QUIRK(0x1043, 0x3030, "ASUS ZN270IE", ALC256_FIXUP_ASUS_AIO_GPIO2),
 	SND_PCI_QUIRK(0x1043, 0x831a, "ASUS P901", ALC269_FIXUP_STEREO_DMIC),
 	SND_PCI_QUIRK(0x1043, 0x834a, "ASUS S101", ALC269_FIXUP_STEREO_DMIC),
-- 
2.37.3


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

* Re: [PATCH]  ALSA: hda/realtek: Add quirk for ASUS GV601R laptop
  2022-10-10  7:03 [PATCH] ALSA: hda/realtek: Add quirk for ASUS GV601R laptop Luke D. Jones
@ 2022-10-10 12:44 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2022-10-10 12:44 UTC (permalink / raw)
  To: Luke D. Jones; +Cc: linux-kernel, alsa-devel, tiwai, perex

On Mon, 10 Oct 2022 09:03:47 +0200,
Luke D. Jones wrote:
> 
> The ASUS ROG X16 (GV601R) series laptop has the same node-to-DAC pairs
> as early models and the G14, this includes bass speakers which are by
> default mapped incorrectly to the 0x06 node.
> 
> Add a quirk to use the same DAC pairs as the G14.
> 
> Signed-off-by: Luke D. Jones <luke@ljones.dev>

Thanks, applied (with Cc to stable).


Takashi

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

end of thread, other threads:[~2022-10-10 12:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-10  7:03 [PATCH] ALSA: hda/realtek: Add quirk for ASUS GV601R laptop Luke D. Jones
2022-10-10 12:44 ` Takashi Iwai

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