diff mbox series

ALSA: hda/realtek: Add Framework laptop 16 to quirks

Message ID 20231206193927.2996-1-mario.limonciello@amd.com
State Accepted
Commit 8804fa04a492f4176ea407390052292912227820
Headers show
Series ALSA: hda/realtek: Add Framework laptop 16 to quirks | expand

Commit Message

Mario Limonciello Dec. 6, 2023, 7:39 p.m. UTC
The Framework 16" laptop has the same controller as other Framework
models.  Apply the presence detection quirk.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
---
 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Takashi Iwai Dec. 7, 2023, 7:01 a.m. UTC | #1
On Wed, 06 Dec 2023 20:39:27 +0100,
Mario Limonciello wrote:
> 
> The Framework 16" laptop has the same controller as other Framework
> models.  Apply the presence detection quirk.
> 
> Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>

Thanks, applied now.


Takashi
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 59f2578839ed..50141795aed9 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10271,6 +10271,7 @@  static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x8086, 0x2081, "Intel NUC 10", ALC256_FIXUP_INTEL_NUC10),
 	SND_PCI_QUIRK(0x8086, 0x3038, "Intel NUC 13", ALC295_FIXUP_CHROME_BOOK),
 	SND_PCI_QUIRK(0xf111, 0x0001, "Framework Laptop", ALC295_FIXUP_FRAMEWORK_LAPTOP_MIC_NO_PRESENCE),
+	SND_PCI_QUIRK(0xf111, 0x0005, "Framework Laptop", ALC295_FIXUP_FRAMEWORK_LAPTOP_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0xf111, 0x0006, "Framework Laptop", ALC295_FIXUP_FRAMEWORK_LAPTOP_MIC_NO_PRESENCE),
 
 #if 0