mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
x86: cs5535audio: add support for subtarget legacy
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
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: https://github.com/openwrt/openwrt/pull/21596
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit e45ba0ef6e)
This commit is contained in:
parent
b590b79a77
commit
067178b7fd
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ $(eval $(call KernelPackage,f71808e-wdt))
|
|||
|
||||
define KernelPackage/sound-cs5535audio
|
||||
TITLE:=CS5535/CS5536 Audio Controller
|
||||
DEPENDS:=@TARGET_x86_geode +kmod-ac97
|
||||
DEPENDS:=@(TARGET_x86_geode||TARGET_x86_legacy) +kmod-ac97
|
||||
KCONFIG:=CONFIG_SND_CS5535AUDIO
|
||||
FILES:=$(LINUX_DIR)/sound/pci/cs5535audio/snd-cs5535audio.ko
|
||||
AUTOLOAD:=$(call AutoLoad,36,snd-cs5535audio)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue