diff options
| author | Markus Petri <mp@mpetri.org> | 2024-11-07 10:40:20 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-12-09 10:31:39 +0100 |
| commit | 1423de2c7ba11d2176585ff1ca29fae2b58eceed (patch) | |
| tree | bedc5db98b62732c3ca0aac481950bdc34119b94 /sound | |
| parent | b07b441b79c2ed0d574f8a99f80c5f6849aa853b (diff) | |
| download | linux-1423de2c7ba11d2176585ff1ca29fae2b58eceed.tar.gz linux-1423de2c7ba11d2176585ff1ca29fae2b58eceed.tar.bz2 linux-1423de2c7ba11d2176585ff1ca29fae2b58eceed.zip | |
ASoC: amd: yc: Support dmic on another model of Lenovo Thinkpad E14 Gen 6
[ Upstream commit 8c21e40e1e481f7fef6e570089e317068b972c45 ]
Another model of Thinkpad E14 Gen 6 (21M4)
needs a quirk entry for the dmic to be detected.
Signed-off-by: Markus Petri <mp@mpetri.org>
Link: https://patch.msgid.link/20241107094020.1050935-1-mp@localhost
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'sound')
| -rw-r--r-- | sound/soc/amd/yc/acp6x-mach.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c index 08f823cd8869..04700e7471ca 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -231,6 +231,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { .driver_data = &acp6x_card, .matches = { DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_NAME, "21M4"), + } + }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"), DMI_MATCH(DMI_PRODUCT_NAME, "21M5"), } }, |
