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
1 changed files with 20 additions and 0 deletions
|
@ -512,6 +512,26 @@ endef
|
||||||
$(eval $(call KernelPackage,sound-soc-hifiberry-dacplusadc))
|
$(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
|
define KernelPackage/sound-soc-hifiberry-dacplusadc-pro
|
||||||
TITLE:=Support for HifiBerry DAC+ADC PRO
|
TITLE:=Support for HifiBerry DAC+ADC PRO
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
|
|
Loading…
Reference in a new issue