mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
kernel: add new core sound module snd-pcm-dmaengine.ko for 3.12 kernels and above
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38772 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user