public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ALSA: hda/realtek: fixup ASUS GA605W
@ 2025-01-11  2:27 Luke D. Jones
  2025-01-11  2:27 ` [PATCH 2/2] ALSA: hda/realtek: fixup ASUS H7606W Luke D. Jones
  2025-01-12  9:11 ` [PATCH 1/2] ALSA: hda/realtek: fixup ASUS GA605W Takashi Iwai
  0 siblings, 2 replies; 3+ messages in thread
From: Luke D. Jones @ 2025-01-11  2:27 UTC (permalink / raw)
  To: tiwai
  Cc: perex, kailang, sbinding, simont, josh, rf, linux-sound,
	linux-kernel, Luke D. Jones

The GA605W laptop has almost the exact same codec setup as the GA403
and so the same quirks apply to it.

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 b74b566f675e..f829ac992619 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10641,6 +10641,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x1043, 0x1e1f, "ASUS Vivobook 15 X1504VAP", ALC2XX_FIXUP_HEADSET_MIC),
 	SND_PCI_QUIRK(0x1043, 0x1e51, "ASUS Zephyrus M15", ALC294_FIXUP_ASUS_GU502_PINS),
 	SND_PCI_QUIRK(0x1043, 0x1e5e, "ASUS ROG Strix G513", ALC294_FIXUP_ASUS_G513_PINS),
+	SND_PCI_QUIRK(0x1043, 0x1e83, "ASUS GA605W", ALC285_FIXUP_ASUS_GU605_SPI_SPEAKER2_TO_DAC1),
 	SND_PCI_QUIRK(0x1043, 0x1e8e, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA401),
 	SND_PCI_QUIRK(0x1043, 0x1eb3, "ASUS Ally RCLA72", ALC287_FIXUP_TAS2781_I2C),
 	SND_PCI_QUIRK(0x1043, 0x1ed3, "ASUS HN7306W", ALC287_FIXUP_CS35L41_I2C_2),
-- 
2.47.1


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

* [PATCH 2/2] ALSA: hda/realtek: fixup ASUS H7606W
  2025-01-11  2:27 [PATCH 1/2] ALSA: hda/realtek: fixup ASUS GA605W Luke D. Jones
@ 2025-01-11  2:27 ` Luke D. Jones
  2025-01-12  9:11 ` [PATCH 1/2] ALSA: hda/realtek: fixup ASUS GA605W Takashi Iwai
  1 sibling, 0 replies; 3+ messages in thread
From: Luke D. Jones @ 2025-01-11  2:27 UTC (permalink / raw)
  To: tiwai
  Cc: perex, kailang, sbinding, simont, josh, rf, linux-sound,
	linux-kernel, Luke D. Jones

The H7606W laptop has almost the exact same codec setup as the GA403
and so the same quirks apply to it.

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 f829ac992619..a2f9979c8801 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10641,6 +10641,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x1043, 0x1e1f, "ASUS Vivobook 15 X1504VAP", ALC2XX_FIXUP_HEADSET_MIC),
 	SND_PCI_QUIRK(0x1043, 0x1e51, "ASUS Zephyrus M15", ALC294_FIXUP_ASUS_GU502_PINS),
 	SND_PCI_QUIRK(0x1043, 0x1e5e, "ASUS ROG Strix G513", ALC294_FIXUP_ASUS_G513_PINS),
+	SND_PCI_QUIRK(0x1043, 0x1e63, "ASUS H7606W", ALC285_FIXUP_ASUS_GU605_SPI_SPEAKER2_TO_DAC1),
 	SND_PCI_QUIRK(0x1043, 0x1e83, "ASUS GA605W", ALC285_FIXUP_ASUS_GU605_SPI_SPEAKER2_TO_DAC1),
 	SND_PCI_QUIRK(0x1043, 0x1e8e, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA401),
 	SND_PCI_QUIRK(0x1043, 0x1eb3, "ASUS Ally RCLA72", ALC287_FIXUP_TAS2781_I2C),
-- 
2.47.1


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

* Re: [PATCH 1/2] ALSA: hda/realtek: fixup ASUS GA605W
  2025-01-11  2:27 [PATCH 1/2] ALSA: hda/realtek: fixup ASUS GA605W Luke D. Jones
  2025-01-11  2:27 ` [PATCH 2/2] ALSA: hda/realtek: fixup ASUS H7606W Luke D. Jones
@ 2025-01-12  9:11 ` Takashi Iwai
  1 sibling, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2025-01-12  9:11 UTC (permalink / raw)
  To: Luke D. Jones
  Cc: tiwai, perex, kailang, sbinding, simont, josh, rf, linux-sound,
	linux-kernel

On Sat, 11 Jan 2025 03:27:53 +0100,
Luke D. Jones wrote:
> 
> The GA605W laptop has almost the exact same codec setup as the GA403
> and so the same quirks apply to it.
> 
> Signed-off-by: Luke D. Jones <luke@ljones.dev>

Applied both patches now.  Thanks.


Takashi

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

end of thread, other threads:[~2025-01-12  9:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-11  2:27 [PATCH 1/2] ALSA: hda/realtek: fixup ASUS GA605W Luke D. Jones
2025-01-11  2:27 ` [PATCH 2/2] ALSA: hda/realtek: fixup ASUS H7606W Luke D. Jones
2025-01-12  9:11 ` [PATCH 1/2] ALSA: hda/realtek: fixup ASUS GA605W Takashi Iwai

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