Patch "ASoC: amd: yc: Support mic on Lenovo Thinkpad E14 Gen 6" has been added to the 6.10-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: Support mic on Lenovo Thinkpad E14 Gen 6

to the 6.10-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-support-mic-on-lenovo-thinkpad-e14-gen-6.patch
and it can be found in the queue-6.10 subdirectory.

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



commit 2579ca9f7514fe7e0e8d50bd44252ae2773849ad
Author: Krzysztof Stępniak <kfs.szk@xxxxxxxxx>
Date:   Wed Aug 7 02:12:19 2024 +0200

    ASoC: amd: yc: Support mic on Lenovo Thinkpad E14 Gen 6
    
    [ Upstream commit 23a58b782f864951485d7a0018549729e007cb43 ]
    
    Lenovo Thinkpad E14 Gen 6 (model type 21M3)
    needs a quirk entry for internal mic to work.
    
    Signed-off-by: Krzysztof Stępniak <kfs.szk@xxxxxxxxx>
    Link: https://patch.msgid.link/20240807001219.1147-1-kfs.szk@xxxxxxxxx
    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 e933d07614527..f6c1dbd0ebcf5 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -220,6 +220,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, "21M3"),
+		}
+	},
 	{
 		.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