All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: GA503 use same quirks as GA401
@ 2021-04-19  3:04 ` Luke D Jones
  0 siblings, 0 replies; 4+ messages in thread
From: Luke D Jones @ 2021-04-19  3:04 UTC (permalink / raw)
  To: tiwai
  Cc: perex, kailang, jhp, kai.heng.feng, hui.wang, chenhuacai,
	alsa-devel, linux-kernel, Luke D Jones

The GA503 has almost exactly the same default setup as the GA401
model with the same issues. The GA401 quirks solve all the issues
so we will use the full quirk chain.

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 290645516313..9a5546df1e6a 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -8019,6 +8019,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x1043, 0x1ccd, "ASUS X555UB", ALC256_FIXUP_ASUS_MIC),
 	SND_PCI_QUIRK(0x1043, 0x1d4e, "ASUS TM420", ALC256_FIXUP_ASUS_HPE),
 	SND_PCI_QUIRK(0x1043, 0x1e11, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA502),
+	SND_PCI_QUIRK(0x1043, 0x1e8e, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA401),
 	SND_PCI_QUIRK(0x1043, 0x1f11, "ASUS Zephyrus G14", ALC289_FIXUP_ASUS_GA401),
 	SND_PCI_QUIRK(0x1043, 0x1881, "ASUS Zephyrus S/M", ALC294_FIXUP_ASUS_GX502_PINS),
 	SND_PCI_QUIRK(0x1043, 0x3030, "ASUS ZN270IE", ALC256_FIXUP_ASUS_AIO_GPIO2),
-- 
2.31.1


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

* [PATCH] ALSA: hda/realtek: GA503 use same quirks as GA401
@ 2021-04-19  3:04 ` Luke D Jones
  0 siblings, 0 replies; 4+ messages in thread
From: Luke D Jones @ 2021-04-19  3:04 UTC (permalink / raw)
  To: tiwai
  Cc: alsa-devel, kailang, linux-kernel, Luke D Jones, chenhuacai, jhp,
	hui.wang, kai.heng.feng

The GA503 has almost exactly the same default setup as the GA401
model with the same issues. The GA401 quirks solve all the issues
so we will use the full quirk chain.

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 290645516313..9a5546df1e6a 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -8019,6 +8019,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x1043, 0x1ccd, "ASUS X555UB", ALC256_FIXUP_ASUS_MIC),
 	SND_PCI_QUIRK(0x1043, 0x1d4e, "ASUS TM420", ALC256_FIXUP_ASUS_HPE),
 	SND_PCI_QUIRK(0x1043, 0x1e11, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA502),
+	SND_PCI_QUIRK(0x1043, 0x1e8e, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA401),
 	SND_PCI_QUIRK(0x1043, 0x1f11, "ASUS Zephyrus G14", ALC289_FIXUP_ASUS_GA401),
 	SND_PCI_QUIRK(0x1043, 0x1881, "ASUS Zephyrus S/M", ALC294_FIXUP_ASUS_GX502_PINS),
 	SND_PCI_QUIRK(0x1043, 0x3030, "ASUS ZN270IE", ALC256_FIXUP_ASUS_AIO_GPIO2),
-- 
2.31.1


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

* Re: [PATCH] ALSA: hda/realtek: GA503 use same quirks as GA401
  2021-04-19  3:04 ` Luke D Jones
@ 2021-04-19  7:43   ` Takashi Iwai
  -1 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2021-04-19  7:43 UTC (permalink / raw)
  To: Luke D Jones
  Cc: tiwai, perex, kailang, jhp, kai.heng.feng, hui.wang, chenhuacai,
	alsa-devel, linux-kernel

On Mon, 19 Apr 2021 05:04:11 +0200,
Luke D Jones wrote:
> 
> The GA503 has almost exactly the same default setup as the GA401
> model with the same issues. The GA401 quirks solve all the issues
> so we will use the full quirk chain.
> 
> Signed-off-by: Luke D Jones <luke@ljones.dev>

Thanks, applied now.


Takashi

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

* Re: [PATCH] ALSA: hda/realtek: GA503 use same quirks as GA401
@ 2021-04-19  7:43   ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2021-04-19  7:43 UTC (permalink / raw)
  To: Luke D Jones
  Cc: alsa-devel, kailang, linux-kernel, chenhuacai, jhp, tiwai,
	hui.wang, kai.heng.feng

On Mon, 19 Apr 2021 05:04:11 +0200,
Luke D Jones wrote:
> 
> The GA503 has almost exactly the same default setup as the GA401
> model with the same issues. The GA401 quirks solve all the issues
> so we will use the full quirk chain.
> 
> Signed-off-by: Luke D Jones <luke@ljones.dev>

Thanks, applied now.


Takashi

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

end of thread, other threads:[~2021-04-19  7:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19  3:04 [PATCH] ALSA: hda/realtek: GA503 use same quirks as GA401 Luke D Jones
2021-04-19  3:04 ` Luke D Jones
2021-04-19  7:43 ` Takashi Iwai
2021-04-19  7:43   ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.