package/kernel: enable CONFIG_SND_SOC_DMAENGINE_PCM in sound-soc-core
This is required for 3.6+ kernels and some sound SoC modules. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34618
This commit is contained in:
parent
5c28c5255f
commit
b7f026680a
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ define KernelPackage/sound-soc-core
|
|||
DEPENDS:=+kmod-regmap
|
||||
KCONFIG:= \
|
||||
CONFIG_SND_SOC \
|
||||
CONFIG_SND_SOC_DMAENGINE_PCM=y \
|
||||
CONFIG_SND_SOC_ALL_CODECS=n
|
||||
FILES:=$(LINUX_DIR)/sound/soc/snd-soc-core.ko
|
||||
AUTOLOAD:=$(call AutoLoad,55, snd-soc-core)
|
||||
|
|
Loading…
Reference in a new issue