[openwrt/openwrt] kernel: Add regmap-i2c dependency to sound-soc-imx-sgtl5000

LEDE Commits lede-commits at lists.infradead.org
Sun Nov 7 08:12:29 PST 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/13bd0721d1add0e232991a79a21cfcb468e5c7f3

commit 13bd0721d1add0e232991a79a21cfcb468e5c7f3
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sat Nov 6 18:56:20 2021 +0000

    kernel: Add regmap-i2c dependency to sound-soc-imx-sgtl5000
    
    This dependency is needed on the imx/cortexa7 subtarget.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/kernel/linux/modules/sound.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk
index e1d7f72a0f..83b3355f3f 100644
--- a/package/kernel/linux/modules/sound.mk
+++ b/package/kernel/linux/modules/sound.mk
@@ -243,7 +243,7 @@ define KernelPackage/sound-soc-imx-sgtl5000
 	$(LINUX_DIR)/sound/soc/codecs/snd-soc-sgtl5000.ko \
 	$(LINUX_DIR)/sound/soc/fsl/snd-soc-imx-sgtl5000.ko
   AUTOLOAD:=$(call AutoLoad,57,snd-soc-sgtl5000 snd-soc-imx-sgtl5000)
-  DEPENDS:=@TARGET_imx +kmod-sound-soc-imx
+  DEPENDS:=@TARGET_imx +kmod-sound-soc-imx +kmod-regmap-i2c
   $(call AddDepends/sound)
 endef
 



More information about the lede-commits mailing list