brcm2708: add support for Hifiberry DAC+DSP

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas 2019-09-19 18:06:50 +02:00
parent 39ddb25fbd
commit ce536aeb39

View File

@ -512,6 +512,26 @@ endef
$(eval $(call KernelPackage,sound-soc-hifiberry-dacplusadc))
define KernelPackage/sound-soc-hifiberry-dacplusdsp
TITLE:=Support for HifiBerry DAC+DSP
KCONFIG:= \
CONFIG_SND_BCM2708_SOC_HIFIBERRY_DACPLUSDSP
FILES:= \
$(LINUX_DIR)/sound/soc/bcm/snd-soc-hifiberry-dacplusdsp.ko \
AUTOLOAD:=$(call AutoLoad,68,snd-soc-hifiberry-dacplusdsp)
DEPENDS:= \
kmod-sound-soc-bcm2835-i2s \
+kmod-sound-soc-rpi-simple-soundcard
$(call AddDepends/sound)
endef
define KernelPackage/sound-soc-hifiberry-dacplusdsp/description
This package contains support for HifiBerry DAC+DSP
endef
$(eval $(call KernelPackage,sound-soc-hifiberry-dacplusdsp))
define KernelPackage/sound-soc-hifiberry-dacplusadc-pro
TITLE:=Support for HifiBerry DAC+ADC PRO
KCONFIG:= \