OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 186... Line 186...
186 $(eval $(call KernelPackage,sound-via82xx)) 186 $(eval $(call KernelPackage,sound-via82xx))
Line 187... Line 187...
187   187  
188   188  
189 define KernelPackage/sound-soc-core 189 define KernelPackage/sound-soc-core
190 TITLE:=SoC sound support 190 TITLE:=SoC sound support
191 DEPENDS:=+kmod-regmap-core +kmod-ac97 191 DEPENDS:=+kmod-regmap +kmod-ac97
192 KCONFIG:= \ 192 KCONFIG:= \
193 CONFIG_SND_SOC \ 193 CONFIG_SND_SOC \
194 CONFIG_SND_SOC_DMAENGINE_PCM=y \ 194 CONFIG_SND_SOC_DMAENGINE_PCM=y \
Line 319... Line 319...
319 FILES:= \ 319 FILES:= \
320 $(LINUX_DIR)/sound/hda/snd-hda-core.ko@ge4.1 \ 320 $(LINUX_DIR)/sound/hda/snd-hda-core.ko@ge4.1 \
321 $(LINUX_DIR)/sound/pci/hda/snd-hda-codec.ko \ 321 $(LINUX_DIR)/sound/pci/hda/snd-hda-codec.ko \
322 $(LINUX_DIR)/sound/pci/hda/snd-hda-codec-generic.ko 322 $(LINUX_DIR)/sound/pci/hda/snd-hda-codec-generic.ko
323 AUTOLOAD:=$(call AutoProbe,snd-hda-core@ge4.1 snd-hda-codec snd-hda-codec-generic) 323 AUTOLOAD:=$(call AutoProbe,snd-hda-core@ge4.1 snd-hda-codec snd-hda-codec-generic)
324 $(call AddDepends/sound,+kmod-regmap-core) 324 $(call AddDepends/sound,+kmod-regmap)
325 endef 325 endef
Line 326... Line 326...
326   326  
327 define KernelPackage/sound-hda-core/description 327 define KernelPackage/sound-hda-core/description
328 Kernel modules for HD Audio sound support 328 Kernel modules for HD Audio sound support