mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 17:47:00 +00:00
kernel: package snd-soc-dmic driver
It is needed for the stm32/stm32mp1 subtarget. Signed-off-by: Thomas Richard <thomas.richard@bootlin.com> Link: https://github.com/openwrt/openwrt/pull/16716 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit e606366a2e018e0a3b25e3dd4b3a937bb53c70e1) Link: https://github.com/openwrt/openwrt/pull/17097 Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
parent
956bb0c2a4
commit
2950e189ce
@ -314,6 +314,17 @@ endef
|
|||||||
$(eval $(call KernelPackage,sound-soc-spdif))
|
$(eval $(call KernelPackage,sound-soc-spdif))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/sound-soc-dmic
|
||||||
|
TITLE:=Generic Digital Microphone CODEC
|
||||||
|
KCONFIG:=CONFIG_SND_SOC_DMIC
|
||||||
|
FILES:=$(LINUX_DIR)/sound/soc/codecs/snd-soc-dmic.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,snd-soc-dmic)
|
||||||
|
$(call AddDepends/sound,+kmod-sound-soc-core)
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,sound-soc-dmic))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/pcspkr
|
define KernelPackage/pcspkr
|
||||||
DEPENDS:=@TARGET_x86 +kmod-input-core
|
DEPENDS:=@TARGET_x86 +kmod-input-core
|
||||||
TITLE:=PC speaker support
|
TITLE:=PC speaker support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user