diff options
author | Mario Limonciello <mario.limonciello@amd.com> | 2022-09-20 15:14:35 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-09-20 21:33:51 +0100 |
commit | 2232b2dd8cd4f1e6d554b2c3f6899ce36f791b67 (patch) | |
tree | c0f7cf90e9dfaba6fe030506b3c4250a095ab592 /sound/soc/amd | |
parent | 4df5b13dec9e1b5a12db47ee92eb3f7da5c3deb5 (diff) | |
download | lwn-2232b2dd8cd4f1e6d554b2c3f6899ce36f791b67.tar.gz lwn-2232b2dd8cd4f1e6d554b2c3f6899ce36f791b67.zip |
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@decentr.al>
Reported-and-tested-by: Travis Glenn Hansen <travisghansen@yahoo.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Link: https://lore.kernel.org/r/20220920201436.19734-3-mario.limonciello@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd')
-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 5eab3baf3573..2cb50d5cf1a9 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -174,6 +174,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, "82"), + } + }, + { + .driver_data = &acp6x_card, + .matches = { DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."), DMI_MATCH(DMI_PRODUCT_NAME, "UM5302TA"), } |