[PATCH] ALSA: hda/realtek: add quirk for Framework F111:000F

Dustin L. Howett posted 1 patch 5 days, 22 hours ago
sound/hda/codecs/realtek/alc269.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] ALSA: hda/realtek: add quirk for Framework F111:000F
Posted by Dustin L. Howett 5 days, 22 hours ago
Similar to commit 7b509910b3ad ("ALSA hda/realtek: Add quirk for
Framework F111:000C") and previous quirks for Framework systems with
Realtek codecs.

000F is another new platform with an ALC285 which needs the same quirk.

---
Signed-off-by: Dustin L. Howett <dustin@howett.net>
---
 sound/hda/codecs/realtek/alc269.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/hda/codecs/realtek/alc269.c b/sound/hda/codecs/realtek/alc269.c
index ab4b22fcb72e..2cce0a79cee9 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -7698,6 +7698,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0xf111, 0x0009, "Framework Laptop", ALC295_FIXUP_FRAMEWORK_LAPTOP_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0xf111, 0x000b, "Framework Laptop", ALC295_FIXUP_FRAMEWORK_LAPTOP_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0xf111, 0x000c, "Framework Laptop", ALC295_FIXUP_FRAMEWORK_LAPTOP_MIC_NO_PRESENCE),
+	SND_PCI_QUIRK(0xf111, 0x000f, "Framework Laptop", ALC295_FIXUP_FRAMEWORK_LAPTOP_MIC_NO_PRESENCE),
 
 #if 0
 	/* Below is a quirk table taken from the old code.

---
base-commit: 46b513250491a7bfc97d98791dbe6a10bcc8129d
change-id: 20260326-framework-alsa-000f-8dd915ef0f64

Best regards,
-- 
Dustin L. Howett <dustin@howett.net>
Re: [PATCH] ALSA: hda/realtek: add quirk for Framework F111:000F
Posted by Takashi Iwai 5 days, 4 hours ago
On Fri, 27 Mar 2026 16:54:40 +0100,
Dustin L. Howett wrote:
> 
> Similar to commit 7b509910b3ad ("ALSA hda/realtek: Add quirk for
> Framework F111:000C") and previous quirks for Framework systems with
> Realtek codecs.
> 
> 000F is another new platform with an ALC285 which needs the same quirk.
> 
> ---
> Signed-off-by: Dustin L. Howett <dustin@howett.net>

Please drop the line "---" above at the next time.  It makes your
sign-off discarded via git-am.

In anyway, applied now.  Thanks.


Takashi