From: Tim Bosse <flinn@timbos.se>
To: alsa-devel@alsa-project.org
Cc: Tim Bosse <flinn@timbos.se>
Subject: [PATCH] ALSA: hda/realtek: add new framework to quirk chain
Date: Mon, 4 Dec 2023 21:47:08 -0500 [thread overview]
Message-ID: <20231205024708.154845-1-flinn@timbos.se> (raw)
The Framework Laptop 13 (AMD Ryzen 7040Series) also has an ALC 295 with
a disconnected or faulty headset mic presence detect. This model has a
VID:PID of f111:0006.
Signed-off-by: Tim Bosse <flinn@timbos.se>
---
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 f9ddacfd920e..59f2578839ed 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, 0x0006, "Framework Laptop", ALC295_FIXUP_FRAMEWORK_LAPTOP_MIC_NO_PRESENCE),
#if 0
/* Below is a quirk table taken from the old code.
--
2.43.0
next reply other threads:[~2023-12-06 7:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-05 2:47 Tim Bosse [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-05 17:10 [PATCH] ALSA: hda/realtek: add new framework to quirk chain Tim Bosse
2023-12-05 23:42 Tim Bosse
2023-12-06 2:33 ` Geraldo Nascimento
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231205024708.154845-1-flinn@timbos.se \
--to=flinn@timbos.se \
--cc=alsa-devel@alsa-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.