From: Mieczyslaw Nalewaj Date: Tue, 26 Nov 2024 11:53:34 +0000 (+0100) Subject: kernel: 6.12: add snd hda scodec component module X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=34fcd83f49c07b38b94d4c1c3eaf2b7129073734;p=openwrt%2Fstaging%2Fwigyori.git kernel: 6.12: add snd hda scodec component module Add snd hda scodec component module Signed-off-by: Mieczyslaw Nalewaj --- diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk index f3e44e01ee..8037f93066 100644 --- a/package/kernel/linux/modules/sound.mk +++ b/package/kernel/linux/modules/sound.mk @@ -383,6 +383,20 @@ endef $(eval $(call KernelPackage,sound-hda-core)) +define KernelPackage/snd-hda-scodec-component + SUBMENU:=$(SOUND_MENU) + TITLE:= HD Audio Codec Component + DEPENDS:=@LINUX_6_12 + KCONFIG:= \ + CONFIG_SND_HDA_SCODEC_COMPONENT + FILES:= \ + $(LINUX_DIR)/sound/pci/hda/snd-hda-scodec-component.ko + AUTOLOAD:=$(call AutoProbe,snd-hda-scodec-component) + $(call AddDepends/sound,kmod-sound-hda-core) +endef + +$(eval $(call KernelPackage,snd-hda-scodec-component)) + define KernelPackage/sound-hda-codec-realtek SUBMENU:=$(SOUND_MENU) TITLE:= HD Audio Realtek Codec @@ -391,7 +405,7 @@ define KernelPackage/sound-hda-codec-realtek FILES:= \ $(LINUX_DIR)/sound/pci/hda/snd-hda-codec-realtek.ko AUTOLOAD:=$(call AutoProbe,snd-hda-codec-realtek) - $(call AddDepends/sound,kmod-sound-hda-core) + $(call AddDepends/sound,kmod-sound-hda-core +LINUX_6_12:kmod-snd-hda-scodec-component) endef define KernelPackage/sound-hda-codec-realtek/description