Message ID | 20220920171320.7776-1-mario.limonciello@amd.com |
---|---|
State | Accepted |
Commit | 2232b2dd8cd4f1e6d554b2c3f6899ce36f791b67 |
Headers | show |
Series | ASoC: amd: yc: Add Lenovo Yoga Slim 7 Pro X to quirks table | expand |
On Tue, Sep 20, 2022 at 12:13:20PM -0500, Mario Limonciello wrote: > 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. This doesn't apply against current code, please check and resend.
On Tue, Sep 20, 2022 at 01:09:45PM -0500, Limonciello, Mario wrote: > As I mentioned below the cutline it's on top of the other commit on the list > touching the same code: > https://lore.kernel.org/alsa-devel/20220917070847.14346-1-lxy.lixiaoyan@gmail.com/ That looks like it's some patch which wasn't even sent to me... Please include human readable descriptions of things like commits and issues being discussed in e-mail in your mails, this makes them much easier for humans to read especially when they have no internet access. I do frequently catch up on my mail on flights or while otherwise travelling so this is even more pressing for me than just being about making things a bit easier to read.
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 = {