X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fmodules.mk;h=665dc41ae8ba5c586475acd37010cc20938aae81;hb=HEAD;hp=66a7f681458c1388819ad3d58d6152bc90fe483b;hpb=83c010c429a945ee7f6bd23c23e7d541a29ebaee;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/ramips/modules.mk b/target/linux/ramips/modules.mk index 66a7f68145..665dc41ae8 100644 --- a/target/linux/ramips/modules.mk +++ b/target/linux/ramips/modules.mk @@ -73,61 +73,3 @@ define KernelPackage/sound-mt7620/description endef $(eval $(call KernelPackage,sound-mt7620)) - - -define KernelPackage/sound-mtk-mt7620 - TITLE:=Mediatek I2S Alsa Driver (MT7620) - HIDDEN:=1 - KCONFIG:= \ - CONFIG_SND_MT76XX_SOC \ - CONFIG_SND_MT76XX_SOC_MT7620=y \ - CONFIG_SND_MT76XX_SOC_MT7628=n - FILES:= \ - $(LINUX_DIR)/sound/soc/mtk/ralink_gdma.ko - AUTOLOAD:=$(call AutoLoad,90,ralink_gdma) - $(call AddDepends/sound) -endef -$(eval $(call KernelPackage,sound-mtk-mt7620)) - -define KernelPackage/sound-mtk-mt7628 - TITLE:=Mediatek I2S Alsa Driver (MT7628) - HIDDEN:=1 - KCONFIG:= \ - CONFIG_SND_MT76XX_SOC \ - CONFIG_SND_MT76XX_SOC_MT7620=n \ - CONFIG_SND_MT76XX_SOC_MT7628=y - FILES:= \ - $(LINUX_DIR)/sound/soc/mtk/ralink_gdma.ko - AUTOLOAD:=$(call AutoLoad,90,ralink_gdma) - $(call AddDepends/sound) -endef -$(eval $(call KernelPackage,sound-mtk-mt7628)) - -define KernelPackage/sound-mtk - TITLE:=Mediatek I2S Alsa Driver - DEPENDS:= \ - +kmod-sound-soc-core +kmod-regmap +kmod-i2c-ralink \ - @(TARGET_ramips_mt7628||TARGET_ramips_mt7688||TARGET_ramips_mt7620) \ - +TARGET_ramips_mt7620:kmod-sound-mtk-mt7620 \ - +TARGET_ramips_mt7628:kmod-sound-mtk-mt7628 \ - +TARGET_ramips_mt7688:kmod-sound-mtk-mt7628 - KCONFIG:= \ - CONFIG_SND_MT76XX_I2S \ - CONFIG_SND_MT76XX_PCM \ - CONFIG_SND_SOC_WM8960 - FILES:= \ - $(LINUX_DIR)/sound/soc/mtk/snd-soc-mt76xx-i2s-ctl.ko \ - $(LINUX_DIR)/sound/soc/mtk/snd-soc-mt76xx-i2s.ko \ - $(LINUX_DIR)/sound/soc/mtk/snd-soc-mt76xx-pcm.ko \ - $(LINUX_DIR)/sound/soc/mtk/snd-soc-mt76xx-machine.ko \ - $(LINUX_DIR)/sound/soc/mtk/i2c_wm8960.ko \ - $(LINUX_DIR)/sound/soc/codecs/snd-soc-wm8960.ko - AUTOLOAD:=$(call AutoLoad,90,snd-soc-wm8960 i2c_wm8960 snd-soc-mt76xx-i2s-ctl snd-soc-mt76xx-i2s snd-soc-mt76xx-pcm snd-soc-mt76xx-machine) - $(call AddDepends/sound) -endef - -define KernelPackage/sound-mtk/description - Alsa modules for ralink i2s controller. -endef - -$(eval $(call KernelPackage,sound-mtk))