From 525b311bf869d7e252d744e501e227263a955c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sun, 24 Apr 2016 13:03:39 +0200 Subject: brcm2708: update linux 4.4 patches to latest version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As usual these patches were extracted from the raspberry pi repo: https://github.com/raspberrypi/linux/tree/rpi-4.4.y Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm2708/modules.mk | 42 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'target/linux/brcm2708/modules.mk') diff --git a/target/linux/brcm2708/modules.mk b/target/linux/brcm2708/modules.mk index 04e6aa9..a3111f8 100644 --- a/target/linux/brcm2708/modules.mk +++ b/target/linux/brcm2708/modules.mk @@ -44,6 +44,48 @@ endef $(eval $(call KernelPackage,sound-soc-bcm2835-i2s)) +define KernelPackage/sound-soc-boomberry-dac + TITLE:=Support for BoomBerry DAC + KCONFIG:= \ + CONFIG_SND_BCM2708_SOC_BOOMBERRY_DAC \ + CONFIG_SND_SOC_PCM512x + FILES:= \ + $(LINUX_DIR)/sound/soc/bcm/snd-soc-boomberry-dac.ko \ + $(LINUX_DIR)/sound/soc/codecs/snd-soc-pcm512x.ko + AUTOLOAD:=$(call AutoLoad,68,snd-soc-pcm512x snd-soc-boomberry-dac) + DEPENDS:= \ + kmod-sound-soc-bcm2835-i2s \ + +kmod-i2c-bcm2708 + $(call AddDepends/sound) +endef + +define KernelPackage/sound-soc-boomberry-dac/description + This package contains support for BoomBerry DAC +endef + +$(eval $(call KernelPackage,sound-soc-boomberry-dac)) + +define KernelPackage/sound-soc-boomberry-digi + TITLE:=Support for BoomBerry Digi + KCONFIG:= \ + CONFIG_SND_BCM2708_SOC_BOOMBERRY_DIGI \ + CONFIG_SND_SOC_WM8804 + FILES:= \ + $(LINUX_DIR)/sound/soc/bcm/snd-soc-boomberry-digi.ko \ + $(LINUX_DIR)/sound/soc/codecs/snd-soc-wm8804.ko + AUTOLOAD:=$(call AutoLoad,68,snd-soc-wm8804 snd-soc-boomberry-digi) + DEPENDS:= \ + kmod-sound-soc-bcm2835-i2s \ + +kmod-i2c-bcm2708 + $(call AddDepends/sound) +endef + +define KernelPackage/sound-soc-boomberry-digi/description + This package contains support for BoomBerry Digi +endef + +$(eval $(call KernelPackage,sound-soc-boomberry-digi)) + define KernelPackage/sound-soc-hifiberry-dac TITLE:=Support for HifiBerry DAC KCONFIG:= \ -- cgit v1.1