All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] ASoC: AMD Renoir - add DMI entry for Lenovo ThinkPad E14 Gen 2
@ 2020-12-27 16:40 Jaroslav Kysela
  2020-12-28 16:12 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Jaroslav Kysela @ 2020-12-27 16:40 UTC (permalink / raw)
  To: ALSA development; +Cc: Takashi Iwai, Mark Brown, stable, Eliot Blennerhassett

The ThinkPad E14 Gen 2 latop does not have the internal digital
microphone connected to the AMD's ACP bridge, but it's advertised
via BIOS. The internal microphone is connected to the HDA codec.

Use DMI to block the microphone PCM device for this platform.

Reported-by: Eliot Blennerhassett <eliot@blennerhassett.gen.nz>
Cc: <stable@kernel.org>
Cc: Mark Brown <broonie@kernel.org>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
---
 sound/soc/amd/renoir/rn-pci-acp3x.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/sound/soc/amd/renoir/rn-pci-acp3x.c b/sound/soc/amd/renoir/rn-pci-acp3x.c
index fa169bf09886..17ec35be73ac 100644
--- a/sound/soc/amd/renoir/rn-pci-acp3x.c
+++ b/sound/soc/amd/renoir/rn-pci-acp3x.c
@@ -171,6 +171,13 @@ static const struct dmi_system_id rn_acp_quirk_table[] = {
 			DMI_EXACT_MATCH(DMI_BOARD_NAME, "LNVNB161216"),
 		}
 	},
+	{
+		/* Lenovo ThinkPad E14 Gen 2 */
+		.matches = {
+			DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
+			DMI_EXACT_MATCH(DMI_BOARD_NAME, "20T6CTO1WW"),
+		}
+	},
 	{}
 };
 
-- 
2.29.2

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

* Re: [PATCH v2] ASoC: AMD Renoir - add DMI entry for Lenovo ThinkPad E14 Gen 2
  2020-12-27 16:40 [PATCH v2] ASoC: AMD Renoir - add DMI entry for Lenovo ThinkPad E14 Gen 2 Jaroslav Kysela
@ 2020-12-28 16:12 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2020-12-28 16:12 UTC (permalink / raw)
  To: ALSA development, Jaroslav Kysela
  Cc: Takashi Iwai, stable, Eliot Blennerhassett

On Sun, 27 Dec 2020 17:40:37 +0100, Jaroslav Kysela wrote:
> The ThinkPad E14 Gen 2 latop does not have the internal digital
> microphone connected to the AMD's ACP bridge, but it's advertised
> via BIOS. The internal microphone is connected to the HDA codec.
> 
> Use DMI to block the microphone PCM device for this platform.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: AMD Renoir - add DMI entry for Lenovo ThinkPad E14 Gen 2
      commit: 275565997ade6fc32be9cd49a910ba996bcb4797

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] 2+ messages in thread

end of thread, other threads:[~2020-12-28 16:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-27 16:40 [PATCH v2] ASoC: AMD Renoir - add DMI entry for Lenovo ThinkPad E14 Gen 2 Jaroslav Kysela
2020-12-28 16:12 ` Mark Brown

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.