sound/soc/amd/acp-config.c | 7 +++++++ 1 file changed, 7 insertions(+)
The Lenovo Yoga Pro 7 14ASP9 (83HN) has no digital microphone on the ACP
PDM interface; all internal mics are wired to the Realtek ALC287 codec.
Add 83HN to acp70_acpi_flag_override_table to prevent the legacy ACP
driver from binding and exposing a non-functional PDM capture device,
consistent with the sibling 83W5/83V9 entries.
Reported-by: Mikail <mikailb1998@gmail.com>
Closes: https://bugzilla.kernel.org/show_bug.cgi?id=221886
Signed-off-by: Zhang Heng <zhangheng@kylinos.cn>
---
sound/soc/amd/acp-config.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/sound/soc/amd/acp-config.c b/sound/soc/amd/acp-config.c
index 2d50be8190c1..4d8f86aa3d16 100644
--- a/sound/soc/amd/acp-config.c
+++ b/sound/soc/amd/acp-config.c
@@ -51,6 +51,13 @@ static const struct dmi_system_id acp70_acpi_flag_override_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "83V9"),
},
},
+ {
+ /* Lenovo Yoga Pro 7 14ASP9 (Strix Point, ACP 7.0) */
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "83HN"),
+ },
+ },
{
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC"),
--
2.25.1
On Tue, 22 Sep 2026 20:30:29 +0800, Zhang Heng wrote:
> ASoC: amd: acp: Add DMI quirk for Lenovo Yoga Pro 7 14ASP9
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-7.3
Thanks!
[1/1] ASoC: amd: acp: Add DMI quirk for Lenovo Yoga Pro 7 14ASP9
https://git.kernel.org/broonie/sound/c/5d35f9be9b54
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
On Tue, Sep 22, 2026 at 08:30:29PM +0800, Zhang Heng wrote: > The Lenovo Yoga Pro 7 14ASP9 (83HN) has no digital microphone on the ACP > PDM interface; all internal mics are wired to the Realtek ALC287 codec. > Add 83HN to acp70_acpi_flag_override_table to prevent the legacy ACP > driver from binding and exposing a non-functional PDM capture device, > consistent with the sibling 83W5/83V9 entries. This is good, but does show that we have what looks like a quirk in the wrong driver from a28206060dc58 (ASoC: amd: yc: Add quirk for Lenovo Yoga Pro 7 14ASP9), unless they reused a name or something.
Since this commit was only from the author's side and doesn't link to any URL, it's also hard to determine whether it was placed in the wrong location.
© 2016 - 2026 Red Hat, Inc.