kernel: add new core sound module snd-pcm-dmaengine.ko for 3.12 kernels and above
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 38772
This commit is contained in:
parent
1df0179b28
commit
ff41e07aa2
1 changed files with 8 additions and 0 deletions
|
@ -40,6 +40,14 @@ SOUNDCORE_FILES += \
|
||||||
$(LINUX_DIR)/sound/core/snd-compress.ko
|
$(LINUX_DIR)/sound/core/snd-compress.ko
|
||||||
endif
|
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
|
define KernelPackage/sound-core
|
||||||
SUBMENU:=$(SOUND_MENU)
|
SUBMENU:=$(SOUND_MENU)
|
||||||
TITLE:=Sound support
|
TITLE:=Sound support
|
||||||
|
|
Loading…
Reference in a new issue