From: Tim Crawford <crawfxrd@gmail.com>
To: alsa-devel@alsa-project.org
Cc: productdev@system76.com, Jeremy Soller <jeremy@system76.com>,
Tim Crawford <tcrawford@system76.com>
Subject: [PATCH] ASoC: amd: yc: Add DMI entry to support System76 Pangolin 13
Date: Thu, 19 Oct 2023 08:22:25 -0600 [thread overview]
Message-ID: <20231019142225.13660-1-crawfxrd@gmail.com> (raw)
From: Jeremy Soller <jeremy@system76.com>
Add pang13 quirk to enable the internal microphone.
Signed-off-by: Jeremy Soller <jeremy@system76.com>
Signed-off-by: Tim Crawford <tcrawford@system76.com>
---
sound/soc/amd/yc/acp6x-mach.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c
index 3ec15b46fa35..fd5b7d6c6eec 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -353,6 +353,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
DMI_MATCH(DMI_PRODUCT_VERSION, "pang12"),
}
},
+ {
+ .driver_data = &acp6x_card,
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "System76"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "pang13"),
+ }
+ },
{}
};
--
2.41.0
next reply other threads:[~2023-10-19 16:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-19 14:22 Tim Crawford [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-10-19 14:26 [PATCH] ASoC: amd: yc: Add DMI entry to support System76 Pangolin 13 Tim Crawford
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=20231019142225.13660-1-crawfxrd@gmail.com \
--to=crawfxrd@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=jeremy@system76.com \
--cc=productdev@system76.com \
--cc=tcrawford@system76.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox