ソースを参照

kernel: add new core sound module snd-pcm-dmaengine.ko for 3.12 kernels and above

Signed-off-by: Zoltan HERPAI <[email protected]>

SVN-Revision: 38772
Zoltan Herpai 12 年 前
コミット
ff41e07aa2
1 ファイル変更8 行追加0 行削除
  1. 8 0
      package/kernel/linux/modules/sound.mk

+ 8 - 0
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