All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Add quirk for ASUS GU603ZM
@ 2023-05-06 17:15 frshuov
  2023-05-06 17:17 ` kernel test robot
  2023-05-08  7:18 ` Takashi Iwai
  0 siblings, 2 replies; 3+ messages in thread
From: frshuov @ 2023-05-06 17:15 UTC (permalink / raw
  To: alsa-devel; +Cc: tiwai, stable, Larry Chi

From: Larry Chi <frshuov@163.com>

ASUS ROG Zephyrus M16 2022 GU603ZM (1043:1c62)
added SND_PCI_QUIRK for speaker and headset-mic working properly

Signed-off-by: Larry Chi <frshuov@163.com>
---
 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 172ffc2c332b..374a9755d19a 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9522,6 +9522,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 GU603ZM", 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.1


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

* Re: [PATCH] ALSA: hda/realtek: Add quirk for ASUS GU603ZM
  2023-05-06 17:15 [PATCH] ALSA: hda/realtek: Add quirk for ASUS GU603ZM frshuov
@ 2023-05-06 17:17 ` kernel test robot
  2023-05-08  7:18 ` Takashi Iwai
  1 sibling, 0 replies; 3+ messages in thread
From: kernel test robot @ 2023-05-06 17:17 UTC (permalink / raw
  To: frshuov; +Cc: stable, oe-kbuild-all

Hi,

Thanks for your patch.

FYI: kernel test robot notices the stable kernel rule is not satisfied.

Rule: 'Cc: stable@vger.kernel.org' or 'commit <sha1> upstream.'
Subject: [PATCH] ALSA: hda/realtek: Add quirk for ASUS GU603ZM
Link: https://lore.kernel.org/stable/20230506171546.50815-1-frshuov%40163.com

The check is based on https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests




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

* Re: [PATCH] ALSA: hda/realtek: Add quirk for ASUS GU603ZM
  2023-05-06 17:15 [PATCH] ALSA: hda/realtek: Add quirk for ASUS GU603ZM frshuov
  2023-05-06 17:17 ` kernel test robot
@ 2023-05-08  7:18 ` Takashi Iwai
  1 sibling, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2023-05-08  7:18 UTC (permalink / raw
  To: frshuov; +Cc: alsa-devel, stable

On Sat, 06 May 2023 19:15:46 +0200,
frshuov@163.com wrote:
> 
> From: Larry Chi <frshuov@163.com>
> 
> ASUS ROG Zephyrus M16 2022 GU603ZM (1043:1c62)
> added SND_PCI_QUIRK for speaker and headset-mic working properly
> 
> Signed-off-by: Larry Chi <frshuov@163.com>

The same fix was already submitted and applied in commit a4671b7fba59
shortly ago.


thanks,

Takashi

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-06 17:15 [PATCH] ALSA: hda/realtek: Add quirk for ASUS GU603ZM frshuov
2023-05-06 17:17 ` kernel test robot
2023-05-08  7:18 ` 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.