Patch "ASoC: amd: yc: Add Lenovo Yoga Slim 7 Pro X to quirks table" has been added to the 6.0-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    ASoC: amd: yc: Add Lenovo Yoga Slim 7 Pro X to quirks table

to the 6.0-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     asoc-amd-yc-add-lenovo-yoga-slim-7-pro-x-to-quirks-t.patch
and it can be found in the queue-6.0 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 16d83b2472718bdcb79ecfb6474c05033483511b
Author: Mario Limonciello <mario.limonciello@xxxxxxx>
Date:   Tue Sep 20 15:14:35 2022 -0500

    ASoC: amd: yc: Add Lenovo Yoga Slim 7 Pro X to quirks table
    
    [ Upstream commit 2232b2dd8cd4f1e6d554b2c3f6899ce36f791b67 ]
    
    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@xxxxxxxxxx>
    Reported-and-tested-by: Travis Glenn Hansen <travisghansen@xxxxxxxxx>
    Signed-off-by: Mario Limonciello <mario.limonciello@xxxxxxx>
    Link: https://lore.kernel.org/r/20220920201436.19734-3-mario.limonciello@xxxxxxx
    Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

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 = {



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux