[alsa-devel] [RFC 3/9] ASoC: hda: Add config option for SKL ipc library

Vinod Koul vinod.koul at intel.com
Fri Apr 17 15:16:01 CEST 2015


From: "Subhransu S. Prusty" <subhransu.s.prusty at intel.com>

Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty at intel.com>
Signed-off-by: Vinod Koul <vinod.koul at intel.com>
---
 sound/soc/hda/Kconfig  |    7 +++++++
 sound/soc/hda/Makefile |    3 +++
 2 files changed, 10 insertions(+)

diff --git a/sound/soc/hda/Kconfig b/sound/soc/hda/Kconfig
index 8781f63abcf6..841ea5276fe3 100644
--- a/sound/soc/hda/Kconfig
+++ b/sound/soc/hda/Kconfig
@@ -40,4 +40,11 @@ config SND_SOC_I2S_SKL_MACH
         Say Y if you have such a device
         If unsure select "N".
 
+
+config SND_SOC_HDA_SST_DSP
+	tristate "Enable SST DSP Library"
+	depends on (X86 || COMPILE_TEST)
+	help
+	  Say Y here to enable the HD-audio SST dsp library.
+
 endmenu
diff --git a/sound/soc/hda/Makefile b/sound/soc/hda/Makefile
index d9bd33259233..d318d4acb8a7 100644
--- a/sound/soc/hda/Makefile
+++ b/sound/soc/hda/Makefile
@@ -4,3 +4,6 @@ obj-$(CONFIG_SND_SOC_HDA_SKL) += snd-soc-hda-skl.o
 
 # Machine support
 obj-$(CONFIG_SND_SOC_HDA_SKL) += boards/
+
+# DSP library
+obj-$(CONFIG_SND_SOC_HDA_SST_DSP) += intel/
-- 
1.7.9.5



More information about the Alsa-devel mailing list