kernel: add kmod-sound-ens1371
This audio chip is provided as a virtual audio device by VMware Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
287f5ebd2f
commit
83e1fce17a
1 changed files with 16 additions and 0 deletions
|
@ -135,6 +135,22 @@ endef
|
||||||
$(eval $(call KernelPackage,sound-seq))
|
$(eval $(call KernelPackage,sound-seq))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/sound-ens1371
|
||||||
|
TITLE:=(Creative) Ensoniq AudioPCI 1371
|
||||||
|
KCONFIG:=CONFIG_SND_ENS1371
|
||||||
|
DEPENDS:=@PCI_SUPPORT +kmod-ac97
|
||||||
|
FILES:=$(LINUX_DIR)/sound/pci/snd-ens1371.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,36,snd-ens1371)
|
||||||
|
$(call AddDepends/sound)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/sound-ens1371/description
|
||||||
|
support for (Creative) Ensoniq AudioPCI 1371 chips
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,sound-ens1371))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/sound-i8x0
|
define KernelPackage/sound-i8x0
|
||||||
TITLE:=Intel/SiS/nVidia/AMD/ALi AC97 Controller
|
TITLE:=Intel/SiS/nVidia/AMD/ALi AC97 Controller
|
||||||
DEPENDS:=+kmod-ac97
|
DEPENDS:=+kmod-ac97
|
||||||
|
|
Loading…
Reference in a new issue