mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:15:00 +02:00
add i8x0 audio driver
Signed-off-by: Jan Willies <jan@willies.info> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9652 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
002ca8c7a6
commit
9db76bc2d6
@ -69,3 +69,20 @@ endef
|
||||
|
||||
$(eval $(call KernelPackage,sound-core))
|
||||
|
||||
define KernelPackage/sound-i8x0
|
||||
SUBMENU:=$(SOUND_MENU)
|
||||
TITLE:=Intel/SiS/nVidia/AMD/ALi AC97 Controller
|
||||
DEPENDS:=kmod-sound-core
|
||||
KCONFIG:=CONFIG_SND_INTEL8X0
|
||||
FILES:=$(LINUX_DIR)/sound/pci/snd-intel8x0.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,35,snd-i8x0)
|
||||
endef
|
||||
|
||||
define KernelPackage/sound-i8x0/description
|
||||
support for the integrated AC97 sound device on motherboards
|
||||
with Intel/SiS/nVidia/AMD chipsets, or ALi chipsets using
|
||||
the M5455 Audio Controller.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,sound-i8x0))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user