Patch "ASoC: amd: yc: Add ASUS UM5302TA into DMI 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 ASUS UM5302TA into DMI 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-asus-um5302ta-into-dmi-table.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 daeda050ff1d44ece27ded6f610f1ee3dc6445cc
Author: Xiaoyan Li <lxy.lixiaoyan@xxxxxxxxx>
Date:   Tue Sep 20 15:14:34 2022 -0500

    ASoC: amd: yc: Add ASUS UM5302TA into DMI table
    
    [ Upstream commit 4df5b13dec9e1b5a12db47ee92eb3f7da5c3deb5 ]
    
    ASUS Zenbook S 13 OLED (UM5302TA) needs this quirk to get the built-in
    microphone working properly.
    
    Link: https://bugzilla.kernel.org/show_bug.cgi?id=216270
    Signed-off-by: Xiaoyan Li <lxy.lixiaoyan@xxxxxxxxx>
    Suggested-by: Mario Limonciello <mario.limonciello@xxxxxxx>
    Reviewed-by: Mario Limonciello <mario.limonciello@xxxxxxx>
    Signed-off-by: Mario Limonciello <mario.limonciello@xxxxxxx>
    Link: https://lore.kernel.org/r/20220920201436.19734-2-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 e0b24e1daef3..5eab3baf3573 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, "ASUSTeK COMPUTER INC."),
+			DMI_MATCH(DMI_PRODUCT_NAME, "UM5302TA"),
+		}
+	},
 	{}
 };
 



[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