mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-17 21:57:10 +02:00
package/kernel/sound: Add Gateworks Avila Sound SoC package
This package includes the audio drivers for Avila SoC Audio Signed-off-by: Tim Harvey <tharvey@gateworks.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33682 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9529ea409f
commit
029910ac71
@ -182,3 +182,22 @@ define KernelPackage/sound-soc-ac97
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,sound-soc-ac97))
|
$(eval $(call KernelPackage,sound-soc-ac97))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/sound-soc-gw_avila
|
||||||
|
TITLE:=Gateworks Avila SoC sound support
|
||||||
|
KCONFIG:= \
|
||||||
|
CONFIG_SND_GW_AVILA_SOC \
|
||||||
|
CONFIG_SND_GW_AVILA_SOC_PCM \
|
||||||
|
CONFIG_SND_GW_AVILA_SOC_HSS
|
||||||
|
FILES:= \
|
||||||
|
$(LINUX_DIR)/sound/soc/codecs/snd-soc-tlv320aic3x.ko \
|
||||||
|
$(LINUX_DIR)/sound/soc/gw-avila/snd-soc-gw-avila.ko \
|
||||||
|
$(LINUX_DIR)/sound/soc/gw-avila/snd-soc-gw-avila-pcm.ko \
|
||||||
|
$(LINUX_DIR)/sound/soc/gw-avila/snd-soc-gw-avila-hss.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,65,snd-soc-tlv320aic3x snd-soc-gw-avila snd-soc-gw-avila-pcm snd-soc-gw-avila-hss)
|
||||||
|
DEPENDS:=@TARGET_ixp4xx +kmod-sound-soc-core
|
||||||
|
$(call AddDepends/sound)
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,sound-soc-gw_avila))
|
||||||
|
Loading…
Reference in New Issue
Block a user