Patch "ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJ" has been added to the 6.4-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: Fix a non-functional mic on Lenovo 82SJ

to the 6.4-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-fix-a-non-functional-mic-on-lenovo-82sj.patch
and it can be found in the queue-6.4 subdirectory.

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



commit 691fe96dc6578ff3747fd2f1cec257af323736c9
Author: Mario Limonciello <mario.limonciello@xxxxxxx>
Date:   Wed Aug 23 20:11:49 2023 -0500

    ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJ
    
    [ Upstream commit c008323fe361bd62a43d9fb29737dacd5c067fb7 ]
    
    Lenovo 82SJ doesn't have DMIC connected like 82V2 does.  Narrow
    the match down to only cover 82V2.
    
    Reported-by: prosenfeld@xxxxxxxxxxxxxxxxx
    Closes: https://bugzilla.kernel.org/show_bug.cgi?id=217063
    Fixes: 2232b2dd8cd4 ("ASoC: amd: yc: Add Lenovo Yoga Slim 7 Pro X to quirks table")
    Signed-off-by: Mario Limonciello <mario.limonciello@xxxxxxx
    Link: https://lore.kernel.org/r/20230824011149.1395-1-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 d80adbea05219..5310ba0734b14 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -217,7 +217,7 @@ 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"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "82V2"),
 		}
 	},
 	{



[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