]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ASoC: Intel: Add makefile support for SKL driver
authorJeeja KP <jeeja.kp@intel.com>
Thu, 9 Jul 2015 09:50:10 +0000 (15:20 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 9 Jul 2015 10:54:26 +0000 (11:54 +0100)
This adds makefile and Kconfig to enable Skylake HD audio PCM driver

Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/Kconfig
sound/soc/intel/Makefile
sound/soc/intel/skylake/Makefile [new file with mode: 0644]

index 32262be80871f52992549217eddd5a1e32cee493..d8b99434e699709611a0ebe4ade934c321f39cee 100644 (file)
@@ -134,3 +134,7 @@ config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH
       This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
       platforms with MAX98090 audio codec it also can support TI jack chip as aux device.
       If unsure select "N".
+
+config SND_SOC_INTEL_SKYLAKE
+       tristate
+       select SND_HDA_EXT_CORE
index 6de5d5cd3280a92bf9d1b0ab71a5171e82a5bb0b..2b45435e6245c6c517e98f6558d5b591576e52e6 100644 (file)
@@ -5,6 +5,7 @@ obj-$(CONFIG_SND_SOC_INTEL_SST) += common/
 obj-$(CONFIG_SND_SOC_INTEL_HASWELL) += haswell/
 obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL) += baytrail/
 obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += atom/
+obj-$(CONFIG_SND_SOC_INTEL_SKYLAKE) += skylake/
 
 # Machine support
 obj-$(CONFIG_SND_SOC) += boards/
diff --git a/sound/soc/intel/skylake/Makefile b/sound/soc/intel/skylake/Makefile
new file mode 100644 (file)
index 0000000..734d17c
--- /dev/null
@@ -0,0 +1,3 @@
+snd-soc-skl-objs := skl.o skl-pcm.o
+
+obj-$(CONFIG_SND_SOC_INTEL_SKYLAKE) += snd-soc-skl.o