Skip to content

Commit e45ba0e

Browse files
piemfrotrobimarko
authored andcommitted
x86: cs5535audio: add support for subtarget legacy
Build kernel module for cs5535 internal audio for target x86 "legacy" also (so far only for target x86 "geode") Signed-off-by: Pierre-Emmanuel Frot <piemfrot@gmail.com> Link: openwrt#21596 Signed-off-by: Robert Marko <robimarko@gmail.com>
1 parent 687a253 commit e45ba0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

target/linux/x86/modules.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $(eval $(call KernelPackage,f71808e-wdt))
5252

5353
define KernelPackage/sound-cs5535audio
5454
TITLE:=CS5535/CS5536 Audio Controller
55-
DEPENDS:=@TARGET_x86_geode +kmod-ac97
55+
DEPENDS:=@(TARGET_x86_geode||TARGET_x86_legacy) +kmod-ac97
5656
KCONFIG:=CONFIG_SND_CS5535AUDIO
5757
FILES:=$(LINUX_DIR)/sound/pci/cs5535audio/snd-cs5535audio.ko
5858
AUTOLOAD:=$(call AutoLoad,36,snd-cs5535audio)

0 commit comments

Comments
 (0)