mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:43:08 +02:00
[package] add sound-soc-ac97 package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32801 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a01946d1a2
commit
ba21f4b86b
@ -211,3 +211,14 @@ define KernelPackage/sound-soc-n810
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,sound-soc-n810))
|
$(eval $(call KernelPackage,sound-soc-n810))
|
||||||
|
|
||||||
|
define KernelPackage/sound-soc-ac97
|
||||||
|
TITLE:=AC97 Codec support
|
||||||
|
KCONFIG:=CONFIG_SND_SOC_AC97_CODEC
|
||||||
|
FILES:=$(LINUX_DIR)/sound/soc/codecs/snd-soc-ac97.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,57,snd-soc-ac97)
|
||||||
|
DEPENDS:=+kmod-ac97 +kmod-sound-soc-core
|
||||||
|
$(call AddDepends/sound)
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,sound-soc-ac97))
|
||||||
|
Loading…
Reference in New Issue
Block a user