kmod-sound-midi2 expects sound/core/snd-ump.ko, but
CONFIG_SND_UMP=y builds it in-kernel rather than as
a module. Replace the forced built-in setting with
plain CONFIG_SND_UMP so the module can be packaged
correctly.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/23265
Signed-off-by: Robert Marko <robimarko@gmail.com>
define KernelPackage/sound-midi2
TITLE:=MIDI 2.0 and UMP Support
KCONFIG:= \
- CONFIG_SND_UMP=y \
+ CONFIG_SND_UMP \
CONFIG_SND_UMP_LEGACY_RAWMIDI=y
FILES:=$(LINUX_DIR)/sound/core/snd-ump.ko
AUTOLOAD:=$(call AutoProbe,snd-ump)