[linux-yocto] [PATCH 11/17] sound: fix CONFIG_SND_SST_MFLD_PLATFORM

Anuj Mittal anuj.mittal at intel.com
Wed Aug 29 21:28:41 PDT 2018


From: Bruce Ashfield <bruce.ashfield at windriver.com>

As per upstream commit:

commit 231a091ef8dece94b0ad2b85affb059c483af33c
Author: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
Date:   Mon Jan 16 15:12:29 2017 +0200

    ASoC: Intel: rename SND_SST_MFLD_PLATFORM to SND_SST_ATOM_HIFI2_PLATFORM

    Rename SND_SST_MFLD_PLATFORM to SND_SST_ATOM_HIFI2_PLATFORM to make it clear
    that is not only about Medfield platform.

    The new name is derived from Intel Atom and HiFi2. HiFi2 is the DSP version,
    it's public information for Intel *Field/*Trail parts, see
    https://www.alsa-project.org/main/index.php/Firmware. By combining HiFi2 with
    Atom we get a unique non-ambiguous description of the core+DSP hardware for
    Intel Medfield through Intel Cherrytrail.

    Suggested-by: Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>
    Acked-by: Vinod Koul <vinod.koul at intel.com>
    Acked-by: Liam Girdwood <liam.r.girdwood at linux.intel.com>
    Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
    Signed-off-by: Mark Brown <broonie at kernel.org>

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
---
 cfg/sound.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cfg/sound.cfg b/cfg/sound.cfg
index 52794263..183e479d 100644
--- a/cfg/sound.cfg
+++ b/cfg/sound.cfg
@@ -42,7 +42,7 @@ CONFIG_SND_HDA_CODEC_VIA=m
 CONFIG_SND_SOC_AC97_BUS=y
 CONFIG_SND_SOC_COMPRESS=y
 CONFIG_SND_SOC_AMD_ACP=m
-CONFIG_SND_SST_MFLD_PLATFORM=m
+CONFIG_SND_SST_ATOM_HIFI2_PLATFORM=m
 CONFIG_SND_SST_IPC=m
 CONFIG_SND_SST_IPC_ACPI=m
 CONFIG_SND_SOC_INTEL_SST_FIRMWARE=m
-- 
2.17.1



More information about the linux-yocto mailing list