From 20402106a376dcc4a766d3b0cee801ce29ba76d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Thu, 7 Jul 2016 09:22:07 +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 and rebased 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 | 45 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'target/linux/brcm2708/modules.mk') diff --git a/target/linux/brcm2708/modules.mk b/target/linux/brcm2708/modules.mk index bfe3e44014..70ef662897 100644 --- a/target/linux/brcm2708/modules.mk +++ b/target/linux/brcm2708/modules.mk @@ -117,6 +117,27 @@ endef $(eval $(call KernelPackage,sound-soc-digidac1-soundcard)) +define KernelPackage/sound-soc-dionaudio-loco + TITLE:=Support for Dion Audio LOCO DAC-AMP + KCONFIG:= \ + CONFIG_SND_BCM2708_SOC_DIONAUDIO_LOCO \ + CONFIG_SND_SOC_PCM5102A + FILES:= \ + $(LINUX_DIR)/sound/soc/bcm/snd-soc-dionaudio-loco.ko \ + $(LINUX_DIR)/sound/soc/codecs/snd-soc-pcm5102a.ko + AUTOLOAD:=$(call AutoLoad,68,snd-soc-snd-soc-pcm5102a \ + snd-soc-dionaudio-loco) + DEPENDS:= \ + kmod-sound-soc-bcm2835-i2s + $(call AddDepends/sound) +endef + +define KernelPackage/sound-soc-dionaudio-loco/description + This package contains support for Dion Audio LOCO DAC-AMP +endef + +$(eval $(call KernelPackage,sound-soc-dionaudio-loco)) + define KernelPackage/sound-soc-hifiberry-dac TITLE:=Support for HifiBerry DAC KCONFIG:= \ @@ -227,6 +248,30 @@ endef $(eval $(call KernelPackage,sound-soc-iqaudio-dac)) +define KernelPackage/sound-soc-iqaudio-digi + TITLE:=Support for IQaudIO-DIGI + KCONFIG:= \ + CONFIG_SND_BCM2708_SOC_IQAUDIO_DIGI \ + CONFIG_SND_SOC_WM8804 \ + CONFIG_SND_SOC_WM8804_I2C + FILES:= \ + $(LINUX_DIR)/sound/soc/bcm/snd-soc-iqaudio-digi.ko \ + $(LINUX_DIR)/sound/soc/codecs/snd-soc-wm8804.ko \ + $(LINUX_DIR)/sound/soc/codecs/snd-soc-wm8804-i2c.ko + AUTOLOAD:=$(call AutoLoad,68,snd-soc-wm8804 snd-soc-wm8804-i2c \ + snd-soc-iqaudio-digi) + DEPENDS:= \ + kmod-sound-soc-bcm2835-i2s \ + +kmod-i2c-bcm2708 + $(call AddDepends/sound) +endef + +define KernelPackage/sound-soc-iqaudio-digi/description + This package contains support for IQaudIO-DIGI +endef + +$(eval $(call KernelPackage,sound-soc-iqaudio-digi)) + define KernelPackage/sound-soc-justboom-dac TITLE:=Support for JustBoom DAC KCONFIG:= \ -- cgit v1.2.3