Patch "ASoC: amd: yc: Add Lenovo Thinkbook 14+ 2022 21D0 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 Thinkbook 14+ 2022 21D0 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-thinkbook-14-2022-21d0-to-qui.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 e021acbf86b8a69c8caac15af300a71ed3e010c3
Author: Leohearts <leohearts@xxxxxxxxxxxxx>
Date:   Fri Oct 21 14:34:32 2022 +0800

    ASoC: amd: yc: Add Lenovo Thinkbook 14+ 2022 21D0 to quirks table
    
    [ Upstream commit a75481fa00cc06a8763e1795b93140407948c03a ]
    
    Lenovo Thinkbook 14+ 2022 (ThinkBook 14 G4+ ARA) uses Ryzen
    6000 processor, and has the same microphone problem as other
    ThinkPads with AMD Ryzen 6000 series CPUs, which has been
    listed in https://bugzilla.kernel.org/show_bug.cgi?id=216267.
    
    Adding 21D0 to quirks table solves this microphone problem
    for ThinkBook 14 G4+ ARA.
    
    Signed-off-by: Taroe Leohearts <leohearts@xxxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/26B141B486BEF706+313d1732-e00c-ea41-3123-0d048d40ebb6@xxxxxxxxxxxxx
    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 09a8aceff22f..6c0f1de10429 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -52,6 +52,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "21D0"),
 		}
 	},
+	{
+		.driver_data = &acp6x_card,
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "21D0"),
+		}
+	},
 	{
 		.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