Browse Source

kernel: make sound-soc-core depend on kmod-ac97

it has a conditional #ifdef based dependency on it, which trips up on
some targets

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 38242
Felix Fietkau 12 years ago
parent
commit
1f037b5248
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/linux/modules/sound.mk

+ 1 - 1
package/kernel/linux/modules/sound.mk

@@ -155,7 +155,7 @@ $(eval $(call KernelPackage,sound-cs5535audio))
 
 define KernelPackage/sound-soc-core
   TITLE:=SoC sound support
-  DEPENDS:=+kmod-regmap
+  DEPENDS:=+kmod-regmap +kmod-ac97
   KCONFIG:= \
 	CONFIG_SND_SOC \
 	CONFIG_SND_SOC_DMAENGINE_PCM=y \