brcm2708: add kmod-sound-soc-googlevoicehat
Add kernel module for Google Voice HAT support in kernel 4.14. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
6fc4d3350a
commit
8848694114
1 changed files with 24 additions and 0 deletions
|
@ -382,6 +382,30 @@ endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,sound-soc-fe-pi))
|
$(eval $(call KernelPackage,sound-soc-fe-pi))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/sound-soc-googlevoicehat
|
||||||
|
TITLE:=Support for Google VoiceHAT Sound Card
|
||||||
|
KCONFIG:= \
|
||||||
|
CONFIG_SND_BCM2708_SOC_GOOGLEVOICEHAT_SOUNDCARD \
|
||||||
|
CONFIG_SND_SOC_VOICEHAT
|
||||||
|
FILES:= \
|
||||||
|
$(LINUX_DIR)/sound/soc/bcm/snd-soc-googlevoicehat-codec.ko \
|
||||||
|
$(LINUX_DIR)/sound/soc/bcm/snd-soc-googlevoicehat-soundcard.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,68,snd-soc-googlevoicehat-codec \
|
||||||
|
snd-soc-googlevoicehat-soundcard)
|
||||||
|
DEPENDS:= \
|
||||||
|
@LINUX_4_14 \
|
||||||
|
kmod-sound-soc-bcm2835-i2s
|
||||||
|
$(call AddDepends/sound)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/sound-soc-googlevoicehat/description
|
||||||
|
This package contains support for Google VoiceHAT Sound Card
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,sound-soc-googlevoicehat))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/sound-soc-hifiberry-dac
|
define KernelPackage/sound-soc-hifiberry-dac
|
||||||
TITLE:=Support for HifiBerry DAC
|
TITLE:=Support for HifiBerry DAC
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
|
|
Loading…
Reference in a new issue