summaryrefslogtreecommitdiffstats
path: root/target/linux/xburst/modules.mk
diff options
context:
space:
mode:
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-26 18:10:09 +0000
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-26 18:10:09 +0000
commite8aa5f9f5cc746d0aac0df037ef77204af39e561 (patch)
treeadba8406dc0322aea012351fe6d5397318e1ece5 /target/linux/xburst/modules.mk
parenta7ace0787290b5f9e827975520c17da6a7af1995 (diff)
adjust module loading sequence to change 20345, as snd-soc-core needs to get loaded before
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20490 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst/modules.mk')
-rw-r--r--target/linux/xburst/modules.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/xburst/modules.mk b/target/linux/xburst/modules.mk
index 84dbb7c42..4604cd40d 100644
--- a/target/linux/xburst/modules.mk
+++ b/target/linux/xburst/modules.mk
@@ -10,7 +10,7 @@ define KernelPackage/sound-soc-jz4740
FILES:= \
$(LINUX_DIR)/sound/soc/jz4740/snd-soc-jz4740.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/sound/soc/jz4740/snd-soc-jz4740-i2s.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,40,snd-soc-jz4740 snd-soc-jz4740-i2s)
+ AUTOLOAD:=$(call AutoLoad,60,snd-soc-jz4740 snd-soc-jz4740-i2s)
endef
define KernelPackage/sound-soc-jzcodec
@@ -19,7 +19,7 @@ define KernelPackage/sound-soc-jzcodec
TITLE:=JZ4740 SoC internal codec support
KCONFIG:=CONFIG_SND_SOC_JZCODEC
FILES:=$(LINUX_DIR)/sound/soc/codecs/snd-soc-jzcodec.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,40,snd-soc-jzcodec)
+ AUTOLOAD:=$(call AutoLoad,60,snd-soc-jzcodec)
endef
define KernelPackage/sound-soc-xburst/default
@@ -28,7 +28,7 @@ define KernelPackage/sound-soc-xburst/default
TITLE:=$(1) sound support
KCONFIG:=CONFIG_SND_JZ4740_SOC_$(2)
FILES:=$(LINUX_DIR)/sound/soc/jz4740/snd-soc-$(3).$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,45,snd-soc-$(3))
+ AUTOLOAD:=$(call AutoLoad,65,snd-soc-$(3))
endef
define KernelPackage/sound-soc-qi_lb60