Add quirk to another Razer Blade 16
Kailang <[email protected]>
| Newsgroups | gmane.linux.alsa.devel,gmane.linux.sound |
|---|---|
| Message-ID | <[email protected]> |
Hi Takashi, Razer Blade 16 had another SSID. The patch will add quirk to another machine. BR, Kailang
0000-razer-p11.patch
(application/octet-stream, 1.2 KB)
From e72a60da713f2a0bacfe334dc4783af9536dd8ed Mon Sep 17 00:00:00 2001 From: Kailang Yang <[email protected]> Date: Thu, 23 Jul 2026 14:59:47 +0800 Subject: [PATCH] ALSA: hda/realtek - Add quirk to another Razer Blade 16 Add quirk to another machine. Fixes: 961d9f98da0d ("ALSA: hda/realtek: Enable internal speakers on Razer Blade 16 (2025)") Signed-off-by: Kailang Yang <[email protected]> diff --git a/sound/hda/codecs/realtek/alc269.c b/sound/hda/codecs/realtek/alc269.c index adde7c953d66..5c2715b49a8d 100644 --- a/sound/hda/codecs/realtek/alc269.c +++ b/sound/hda/codecs/realtek/alc269.c @@ -8032,6 +8032,8 @@ static const struct hda_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x19e5, 0x3204, "Huawei MACH-WX9", ALC256_FIXUP_HUAWEI_MACH_WX9_PINS), SND_PCI_QUIRK(0x19e5, 0x320f, "Huawei WRT-WX9 ", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x19e5, 0x3212, "Huawei KLV-WX9 ", ALC256_FIXUP_ACER_HEADSET_MIC), + SND_PCI_QUIRK(0x1a58, 0x2023, "Razer Blade 16 (2025)", + ALC298_FIXUP_RAZER_BLADE16_2025_PINS), SND_PCI_QUIRK(0x1a58, 0x300e, "Razer Blade 16 (2025)", ALC298_FIXUP_RAZER_BLADE16_2025_PINS), SND_PCI_QUIRK(0x1b35, 0x1235, "CZC B20", ALC269_FIXUP_CZC_B20),