X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ef7eae373b0d2a756a3631ad497c5cd29cfa2598..9db76bc2d61bde6d679ca8d4c14f1961061c4dca:/package/kernel/modules/sound.mk?ds=inline diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index 7faf387ba..98e265fea 100644 --- a/package/kernel/modules/sound.mk +++ b/package/kernel/modules/sound.mk @@ -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)) +