brcm2708: add support for Hifiberry DAC+DSP
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
39ddb25fbd
commit
ce536aeb39
@ -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:= \
|
||||
|
Loading…
Reference in New Issue
Block a user