x86: add kernel module for AMD CS5535/CS5536 audio chipset
Add support for the integrated AC97 sound device on motherboards with AMD CS5535/CS5536 chipsets. Tested on Wyse Winterm S30. Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl>
This commit is contained in:
parent
476e77c3b7
commit
4235cd0d95
1 changed files with 21 additions and 0 deletions
21
target/linux/x86/modules.mk
Normal file
21
target/linux/x86/modules.mk
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
#
|
||||||
|
# Copyright (C) 2017 Cezary Jackiewicz <cezary@eko.one.pll>
|
||||||
|
#
|
||||||
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
|
#
|
||||||
|
|
||||||
|
define KernelPackage/sound-cs5535audio
|
||||||
|
TITLE:=CS5535/CS5536 Audio Controller
|
||||||
|
DEPENDS:=@TARGET_x86_geode +kmod-ac97
|
||||||
|
KCONFIG:=CONFIG_SND_CS5535AUDIO
|
||||||
|
FILES:=$(LINUX_DIR)/sound/pci/cs5535audio/snd-cs5535audio.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,36,snd-cs5535audio)
|
||||||
|
$(call AddDepends/sound)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/sound-cs5535audio/description
|
||||||
|
Support for the integrated AC97 sound device on motherboards
|
||||||
|
with AMD CS5535/CS5536 chipsets.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,sound-cs5535audio))
|
Loading…
Reference in a new issue