From c7ac1eed8c63b9afd8458b6141b0a91b4db987a3 Mon Sep 17 00:00:00 2001 From: Zoltan Herpai Date: Tue, 12 Nov 2013 01:09:15 +0000 Subject: [PATCH] kernel: add new core sound module snd-pcm-dmaengine.ko for 3.12 kernels and above Signed-off-by: Zoltan HERPAI SVN-Revision: 38772 --- package/kernel/linux/modules/sound.mk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk index 28b989063f..4e1a656dd2 100644 --- a/package/kernel/linux/modules/sound.mk +++ b/package/kernel/linux/modules/sound.mk @@ -40,6 +40,14 @@ SOUNDCORE_FILES += \ $(LINUX_DIR)/sound/core/snd-compress.ko endif +ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.12.0)),1) +SOUNDCORE_LOAD += \ + snd-pcm-dmaengine + +SOUNDCORE_FILES += \ + $(LINUX_DIR)/sound/core/snd-pcm-dmaengine.ko +endif + define KernelPackage/sound-core SUBMENU:=$(SOUND_MENU) TITLE:=Sound support -- 2.30.2