[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220920171320.7776-1-mario.limonciello@amd.com>
Date: Tue, 20 Sep 2022 12:13:20 -0500
From: Mario Limonciello <mario.limonciello@....com>
To: <mario.limonciello@....com>, <linux-kernel@...r.kernel.org>
CC: Xiaoyan Li <lxy.lixiaoyan@...il.com>,
Syed Saba Kareem <Syed.SabaKareem@....com>,
Sebastian S <iam@...entr.al>,
Travis Glenn Hansen <travisghansen@...oo.com>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>, <alsa-devel@...a-project.org>
Subject: [PATCH] ASoC: amd: yc: Add Lenovo Yoga Slim 7 Pro X to quirks table
Lenovo Yoga Slim 7 Pro X has an ACP DMIC that isn't specified in the
ASL or existing quirk list. Add it to the quirk table to let DMIC
work on these systems.
Link: https://bugzilla.kernel.org/show_bug.cgi?id=216299
Tested-by: Sebastian S <iam@...entr.al>
Reporetd-and-tested-by: Travis Glenn Hansen <travisghansen@...oo.com>
Signed-off-by: Mario Limonciello <mario.limonciello@....com>
---
This patch applies on top of the other patch introducing a quirk:
https://lore.kernel.org/alsa-devel/20220917070847.14346-1-lxy.lixiaoyan@gmail.com/
If either of them need to change, we should roll both into a series.
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 5eab3baf3573..2cb50d5cf1a9 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -171,6 +171,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "21J6"),
}
},
+ {
+ .driver_data = &acp6x_card,
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "82"),
+ }
+ },
{
.driver_data = &acp6x_card,
.matches = {
--
2.34.1
Powered by blists - more mailing lists