linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/1] ALSA: hda/realtek: Add quirk for 2nd ASUS GU603
@ 2023-05-05 23:58 Luke D. Jones
  2023-05-05 23:58 ` [PATCH v2 1/1] " Luke D. Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Luke D. Jones @ 2023-05-05 23:58 UTC (permalink / raw)
  To: linux-kernel; +Cc: alsa-devel, perex, tiwai, Luke D. Jones

Add quirk for GU603 with alt codec ID.

Changelog:
- V2
  - Move line to correct place in order

Luke D. Jones (1):
  ALSA: hda/realtek: Add quirk for 2nd ASUS GU603

 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.40.0


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

* [PATCH v2 1/1] ALSA: hda/realtek: Add quirk for 2nd ASUS GU603
  2023-05-05 23:58 [PATCH v2 0/1] ALSA: hda/realtek: Add quirk for 2nd ASUS GU603 Luke D. Jones
@ 2023-05-05 23:58 ` Luke D. Jones
  2023-05-08  7:16   ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: Luke D. Jones @ 2023-05-05 23:58 UTC (permalink / raw)
  To: linux-kernel; +Cc: alsa-devel, perex, tiwai, Luke D. Jones

Add quirk for GU603 with 0x1c62 variant of codec.

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 3b9f077a227f..87839bf77b5a 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9519,6 +9519,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x1043, 0x1b13, "Asus U41SV", ALC269_FIXUP_INV_DMIC),
 	SND_PCI_QUIRK(0x1043, 0x1bbd, "ASUS Z550MA", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1043, 0x1c23, "Asus X55U", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
+	SND_PCI_QUIRK(0x1043, 0x1c62, "ASUS GU603", ALC289_FIXUP_ASUS_GA401),
 	SND_PCI_QUIRK(0x1043, 0x1c92, "ASUS ROG Strix G15", ALC285_FIXUP_ASUS_G533Z_PINS),
 	SND_PCI_QUIRK(0x1043, 0x1ccd, "ASUS X555UB", ALC256_FIXUP_ASUS_MIC),
 	SND_PCI_QUIRK(0x1043, 0x1d42, "ASUS Zephyrus G14 2022", ALC289_FIXUP_ASUS_GA401),
-- 
2.40.0


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

* Re: [PATCH v2 1/1] ALSA: hda/realtek: Add quirk for 2nd ASUS GU603
  2023-05-05 23:58 ` [PATCH v2 1/1] " Luke D. Jones
@ 2023-05-08  7:16   ` Takashi Iwai
  0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2023-05-08  7:16 UTC (permalink / raw)
  To: Luke D. Jones; +Cc: linux-kernel, alsa-devel, perex, tiwai

On Sat, 06 May 2023 01:58:24 +0200,
Luke D. Jones wrote:
> 
> Add quirk for GU603 with 0x1c62 variant of codec.
> 
> Signed-off-by: Luke D. Jones <luke@ljones.dev>

Thanks, applied now.


Takashi

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

end of thread, other threads:[~2023-05-08  7:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-05 23:58 [PATCH v2 0/1] ALSA: hda/realtek: Add quirk for 2nd ASUS GU603 Luke D. Jones
2023-05-05 23:58 ` [PATCH v2 1/1] " Luke D. Jones
2023-05-08  7:16   ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).