diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-12-10 21:05:32 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-12-10 21:05:32 +0000 |
commit | b7f026680a697ddd2272f8edbb9913c05ddd672e (patch) | |
tree | b76f690ae4d5a316d104752b4905137d533e1920 /package/kernel | |
parent | 5c28c5255f9199b3c1e1078621d569b365c17002 (diff) | |
download | upstream-b7f026680a697ddd2272f8edbb9913c05ddd672e.tar.gz upstream-b7f026680a697ddd2272f8edbb9913c05ddd672e.tar.bz2 upstream-b7f026680a697ddd2272f8edbb9913c05ddd672e.zip |
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
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/modules/sound.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index 6f83701dfc..f80fa36c01 100644 --- a/package/kernel/modules/sound.mk +++ b/package/kernel/modules/sound.mk @@ -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) |