Skip to content

Commit

Permalink
brcm2708: add kmod-sound-soc-googlevoicehat
Browse files Browse the repository at this point in the history
Add kernel module for Google Voice HAT support in kernel 4.14.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
  • Loading branch information
stintel committed Dec 18, 2018
1 parent 6fc4d33 commit 8848694
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions target/linux/brcm2708/modules.mk
Expand Up @@ -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:= \
Expand Down

0 comments on commit 8848694

Please sign in to comment.