Patch "ASoC: SOF: pci: Change DMI match info to support all Chrome platforms" has been added to the 5.15-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: SOF: pci: Change DMI match info to support all Chrome platforms

to the 5.15-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-sof-pci-change-dmi-match-info-to-support-all-ch.patch
and it can be found in the queue-5.15 subdirectory.

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



commit b61927883be5ebbfe9d7ca375e742c52a910461d
Author: Jairaj Arava <jairaj.arava@xxxxxxxxx>
Date:   Mon Sep 19 13:44:29 2022 +0200

    ASoC: SOF: pci: Change DMI match info to support all Chrome platforms
    
    [ Upstream commit c1c1fc8103f794a10c5c15e3c17879caf4f42c8f ]
    
    In some Chrome platforms if OEM's use their own string as SYS_VENDOR than
    "Google", it leads to firmware load failure from intel/sof/community path.
    
    Hence, changing SYS_VENDOR to PRODUCT_FAMILY in which "Google" is used
    as common prefix and is supported in all Chrome platforms.
    
    Reviewed-by: Ranjani Sridharan <ranjani.sridharan@xxxxxxxxxxxxxxx>
    Reviewed-by: Chao Song <chao.song@xxxxxxxxx>
    Reviewed-by: Curtis Malainey <curtis@xxxxxxxxxxxx>
    Signed-off-by: Jairaj Arava <jairaj.arava@xxxxxxxxx>
    Signed-off-by: Curtis Malainey <cujomalainey@xxxxxxxxxxxx>
    Signed-off-by: Sathyanarayana Nujella <sathyanarayana.nujella@xxxxxxxxx>
    Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20220919114429.42700-1-pierre-louis.bossart@xxxxxxxxxxxxxxx
    Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/sound/soc/sof/sof-pci-dev.c b/sound/soc/sof/sof-pci-dev.c
index b773289c928d..3b4c011e0283 100644
--- a/sound/soc/sof/sof-pci-dev.c
+++ b/sound/soc/sof/sof-pci-dev.c
@@ -80,7 +80,7 @@ static const struct dmi_system_id community_key_platforms[] = {
 	{
 		.ident = "Google Chromebooks",
 		.matches = {
-			DMI_MATCH(DMI_SYS_VENDOR, "Google"),
+			DMI_MATCH(DMI_PRODUCT_FAMILY, "Google"),
 		}
 	},
 	{},



[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