mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ASoC: amd: acp: Add DMI quirk for Lenovo Yoga Pro 7 14ASP9
@ 2026-09-22 12:30 Zhang Heng
  2026-09-22 13:27 ` Mark Brown
  2026-09-22 13:28 ` Mark Brown
  0 siblings, 2 replies; 5+ messages in thread
From: Zhang Heng @ 2026-09-22 12:30 UTC (permalink / raw)
  To: broonie; +Cc: linux-sound, linux-kernel, Zhang Heng, Mikail

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ASoC: amd: acp: Add DMI quirk for Lenovo Yoga Pro 7 14ASP9
  2026-09-22 12:30 [PATCH] ASoC: amd: acp: Add DMI quirk for Lenovo Yoga Pro 7 14ASP9 Zhang Heng
@ 2026-09-22 13:27 ` Mark Brown
  2026-09-22 13:28 ` Mark Brown
  1 sibling, 0 replies; 5+ messages in thread
From: Mark Brown @ 2026-09-22 13:27 UTC (permalink / raw)
  To: Zhang Heng; +Cc: linux-sound, linux-kernel, Mikail

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ASoC: amd: acp: Add DMI quirk for Lenovo Yoga Pro 7 14ASP9
  2026-09-22 12:30 [PATCH] ASoC: amd: acp: Add DMI quirk for Lenovo Yoga Pro 7 14ASP9 Zhang Heng
  2026-09-22 13:27 ` Mark Brown
@ 2026-09-22 13:28 ` Mark Brown
  2026-09-23  1:18   ` Zhang Heng
  2026-09-23  1:29   ` Zhang Heng
  1 sibling, 2 replies; 5+ messages in thread
From: Mark Brown @ 2026-09-22 13:28 UTC (permalink / raw)
  To: Zhang Heng; +Cc: linux-sound, linux-kernel, Mikail

[-- Attachment #1: Type: text/plain, Size: 603 bytes --]

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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ASoC: amd: acp: Add DMI quirk for Lenovo Yoga Pro 7 14ASP9
  2026-09-22 13:28 ` Mark Brown
@ 2026-09-23  1:18   ` Zhang Heng
  2026-09-23  1:29   ` Zhang Heng
  1 sibling, 0 replies; 5+ messages in thread
From: Zhang Heng @ 2026-09-23  1:18 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-sound, linux-kernel, Mikail

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ASoC: amd: acp: Add DMI quirk for Lenovo Yoga Pro 7 14ASP9
  2026-09-22 13:28 ` Mark Brown
  2026-09-23  1:18   ` Zhang Heng
@ 2026-09-23  1:29   ` Zhang Heng
  1 sibling, 0 replies; 5+ messages in thread
From: Zhang Heng @ 2026-09-23  1:29 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-sound, linux-kernel

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-09-23  1:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22 12:30 [PATCH] ASoC: amd: acp: Add DMI quirk for Lenovo Yoga Pro 7 14ASP9 Zhang Heng
2026-09-22 13:27 ` Mark Brown
2026-09-22 13:28 ` Mark Brown
2026-09-23  1:18   ` Zhang Heng
2026-09-23  1:29   ` Zhang Heng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®