mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-09 07:41:56 +02:00
sound: do not pack ac97_bus.ko and snd-ac97-codec.ko into two packages.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26568 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
76cd9d7bc5
commit
8982313f7e
@ -99,13 +99,29 @@ define AddDepends/sound
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/sound-i8x0
|
define KernelPackage/ac97
|
||||||
TITLE:=Intel/SiS/nVidia/AMD/ALi AC97 Controller
|
TITLE:=ac97 controller
|
||||||
KCONFIG:=CONFIG_SND_INTEL8X0
|
KCONFIG:=CONFIG_SND_AC97_CODEC
|
||||||
FILES:=$(LINUX_DIR)/sound/pci/snd-intel8x0.ko \
|
FILES:= \
|
||||||
$(LINUX_DIR)/sound/ac97_bus.ko \
|
$(LINUX_DIR)/sound/ac97_bus.ko \
|
||||||
$(LINUX_DIR)/sound/pci/ac97/snd-ac97-codec.ko
|
$(LINUX_DIR)/sound/pci/ac97/snd-ac97-codec.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,35,ac97_bus snd-ac97-codec snd-intel8x0)
|
AUTOLOAD:=$(call AutoLoad,35,ac97_bus snd-ac97-codec)
|
||||||
|
$(call AddDepends/sound)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/ac97/description
|
||||||
|
The ac97 controller
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,ac97))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/sound-i8x0
|
||||||
|
TITLE:=Intel/SiS/nVidia/AMD/ALi AC97 Controller
|
||||||
|
DEPENDS:=+kmod-ac97
|
||||||
|
KCONFIG:=CONFIG_SND_INTEL8X0
|
||||||
|
FILES:=$(LINUX_DIR)/sound/pci/snd-intel8x0.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,36,snd-intel8x0)
|
||||||
$(call AddDepends/sound)
|
$(call AddDepends/sound)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -120,11 +136,10 @@ $(eval $(call KernelPackage,sound-i8x0))
|
|||||||
|
|
||||||
define KernelPackage/sound-cs5535audio
|
define KernelPackage/sound-cs5535audio
|
||||||
TITLE:=CS5535 PCI Controller
|
TITLE:=CS5535 PCI Controller
|
||||||
|
DEPENDS:=+kmod-ac97
|
||||||
KCONFIG:=CONFIG_SND_CS5535AUDIO
|
KCONFIG:=CONFIG_SND_CS5535AUDIO
|
||||||
FILES:=$(LINUX_DIR)/sound/pci/cs5535audio/snd-cs5535audio.ko \
|
FILES:=$(LINUX_DIR)/sound/pci/cs5535audio/snd-cs5535audio.ko
|
||||||
$(LINUX_DIR)/sound/ac97_bus.ko \
|
AUTOLOAD:=$(call AutoLoad,36,snd-cs5535audio)
|
||||||
$(LINUX_DIR)/sound/pci/ac97/snd-ac97-codec.ko
|
|
||||||
AUTOLOAD:=$(call AutoLoad,35, ac97_bus snd-ac97-codec snd-cs5535audio)
|
|
||||||
$(call AddDepends/sound)
|
$(call AddDepends/sound)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user