Patch "ASoC: amd: yc: Add quirk for ASUS Vivobook S15 M3502RA" has been added to the 6.6-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 quirk for ASUS Vivobook S15 M3502RA

to the 6.6-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-quirk-for-asus-vivobook-s15-m3502ra.patch
and it can be found in the queue-6.6 subdirectory.

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



commit c87d5a976d2e0e231c8969dbf387caed674e5e43
Author: Christian Heusel <christian@xxxxxxxxx>
Date:   Thu Oct 10 15:32:11 2024 +0200

    ASoC: amd: yc: Add quirk for ASUS Vivobook S15 M3502RA
    
    [ Upstream commit 182fff3a2aafe4e7f3717a0be9df2fe2ed1a77de ]
    
    As reported the builtin microphone doesn't work on the ASUS Vivobook
    model S15 OLED M3502RA. Therefore add a quirk for it to make it work.
    
    Link: https://bugzilla.kernel.org/show_bug.cgi?id=219345
    Signed-off-by: Christian Heusel <christian@xxxxxxxxx>
    Link: https://patch.msgid.link/20241010-bugzilla-219345-asus-vivobook-v1-1-3bb24834e2c3@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 e027bc1d35f4f..2d766d988eb2e 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -339,6 +339,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "M7600RE"),
 		}
 	},
+	{
+		.driver_data = &acp6x_card,
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
+			DMI_MATCH(DMI_PRODUCT_NAME, "M3502RA"),
+		}
+	},
 	{
 		.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