LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Add quirk for ASUS ROG GV601V
@ 2023-06-21  8:57 Luke D. Jones
  2023-06-21 11:29 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Luke D. Jones @ 2023-06-21  8:57 UTC (permalink / raw
  To: tiwai
  Cc: perex, sbinding, tangmeng, andy.chi, p.jungkamp, alsa-devel,
	linux-kernel, Luke D. Jones

Adds the required quirk to enable the Cirrus amp and correct pins
on the ASUS ROG GV601V series.

While this works if the related _DSD properties are made available, these
aren't included in the ACPI of these laptops (yet).

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 17d5bdd4be6f..dabfdecece26 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9527,6 +9527,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x1043, 0x1427, "Asus Zenbook UX31E", ALC269VB_FIXUP_ASUS_ZENBOOK),
 	SND_PCI_QUIRK(0x1043, 0x1473, "ASUS GU604V", ALC285_FIXUP_ASUS_HEADSET_MIC),
 	SND_PCI_QUIRK(0x1043, 0x1483, "ASUS GU603V", ALC285_FIXUP_ASUS_HEADSET_MIC),
+	SND_PCI_QUIRK(0x1043, 0x1493, "ASUS GV601V", ALC285_FIXUP_ASUS_HEADSET_MIC),
 	SND_PCI_QUIRK(0x1043, 0x1517, "Asus Zenbook UX31A", ALC269VB_FIXUP_ASUS_ZENBOOK_UX31A),
 	SND_PCI_QUIRK(0x1043, 0x1662, "ASUS GV301QH", ALC294_FIXUP_ASUS_DUAL_SPK),
 	SND_PCI_QUIRK(0x1043, 0x1683, "ASUS UM3402YAR", ALC287_FIXUP_CS35L41_I2C_2),
-- 
2.41.0


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

* Re: [PATCH] ALSA: hda/realtek: Add quirk for ASUS ROG GV601V
  2023-06-21  8:57 [PATCH] ALSA: hda/realtek: Add quirk for ASUS ROG GV601V Luke D. Jones
@ 2023-06-21 11:29 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2023-06-21 11:29 UTC (permalink / raw
  To: Luke D. Jones
  Cc: tiwai, perex, sbinding, tangmeng, andy.chi, p.jungkamp,
	alsa-devel, linux-kernel

On Wed, 21 Jun 2023 10:57:15 +0200,
Luke D. Jones wrote:
> 
> Adds the required quirk to enable the Cirrus amp and correct pins
> on the ASUS ROG GV601V series.
> 
> While this works if the related _DSD properties are made available, these
> aren't included in the ACPI of these laptops (yet).
> 
> Signed-off-by: Luke D. Jones <luke@ljones.dev>

Applied now.  Thanks.


Takashi

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

end of thread, other threads:[~2023-06-21 11:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-21  8:57 [PATCH] ALSA: hda/realtek: Add quirk for ASUS ROG GV601V Luke D. Jones
2023-06-21 11:29 ` 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 read-only IMAP folder(s) and NNTP newsgroup(s).