mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
eb965e3686
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>
11 lines
321 B
Makefile
11 lines
321 B
Makefile
# Core support
|
|
obj-$(CONFIG_SND_SOC_INTEL_SST) += common/
|
|
|
|
# Platform Support
|
|
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/
|