Takashi Iwai 003de7
From 2a5bb694488bb6593066d46881bfd9d07edd1628 Mon Sep 17 00:00:00 2001
Takashi Iwai 003de7
From: Jaroslav Kysela <perex@perex.cz>
Takashi Iwai 003de7
Date: Thu, 4 Nov 2021 16:57:26 +0100
Takashi Iwai 003de7
Subject: [PATCH] ALSA: hda/realtek: Add a quirk for Acer Spin SP513-54N
Takashi Iwai 003de7
Git-commit: 2a5bb694488bb6593066d46881bfd9d07edd1628
Takashi Iwai 003de7
Patch-mainline: v5.16-rc1
Takashi Iwai 001336
References: git-fixes stable-5.14.19
Takashi Iwai 003de7
Takashi Iwai 003de7
Another model requires ALC255_FIXUP_ACER_MIC_NO_PRESENCE fixup.
Takashi Iwai 003de7
Takashi Iwai 003de7
Buglink: https://bugzilla.kernel.org/show_bug.cgi?id=211853
Takashi Iwai 003de7
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Takashi Iwai 003de7
Cc: <stable@vger.kernel.org>
Takashi Iwai 003de7
Link: https://lore.kernel.org/r/20211104155726.2090997-1-perex@perex.cz
Takashi Iwai 003de7
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Takashi Iwai 003de7
Takashi Iwai 003de7
---
Takashi Iwai 003de7
 sound/pci/hda/patch_realtek.c | 1 +
Takashi Iwai 003de7
 1 file changed, 1 insertion(+)
Takashi Iwai 003de7
Takashi Iwai 003de7
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
Takashi Iwai 003de7
index e6b266416393..3601749f2df6 100644
Takashi Iwai 003de7
--- a/sound/pci/hda/patch_realtek.c
Takashi Iwai 003de7
+++ b/sound/pci/hda/patch_realtek.c
Takashi Iwai 003de7
@@ -8496,6 +8496,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
Takashi Iwai 003de7
 	SND_PCI_QUIRK(0x1025, 0x1308, "Acer Aspire Z24-890", ALC286_FIXUP_ACER_AIO_HEADSET_MIC),
Takashi Iwai 003de7
 	SND_PCI_QUIRK(0x1025, 0x132a, "Acer TravelMate B114-21", ALC233_FIXUP_ACER_HEADSET_MIC),
Takashi Iwai 003de7
 	SND_PCI_QUIRK(0x1025, 0x1330, "Acer TravelMate X514-51T", ALC255_FIXUP_ACER_HEADSET_MIC),
Takashi Iwai 003de7
+	SND_PCI_QUIRK(0x1025, 0x141f, "Acer Spin SP513-54N", ALC255_FIXUP_ACER_MIC_NO_PRESENCE),
Takashi Iwai 003de7
 	SND_PCI_QUIRK(0x1025, 0x142b, "Acer Swift SF314-42", ALC255_FIXUP_ACER_MIC_NO_PRESENCE),
Takashi Iwai 003de7
 	SND_PCI_QUIRK(0x1025, 0x1430, "Acer TravelMate B311R-31", ALC256_FIXUP_ACER_MIC_NO_PRESENCE),
Takashi Iwai 003de7
 	SND_PCI_QUIRK(0x1025, 0x1466, "Acer Aspire A515-56", ALC255_FIXUP_ACER_HEADPHONE_AND_MIC),
Takashi Iwai 003de7
-- 
Takashi Iwai 003de7
2.26.2
Takashi Iwai 003de7