Here is a newer version of the patch:
Enable the real ALSA midi interface (seq) in the kernel. The existing rawmidi interface is still present. This allows for the alsa midi utilities to work. Signed-off-by: Adam Goode <a...@spicenitz.org> --- Index: modules/sound.mk =================================================================== --- modules/sound.mk (revision 32643) +++ modules/sound.mk (working copy) @@ -83,6 +83,23 @@ endef +define KernelPackage/sound-seq +$(call KernelPackage/sound/Depends) + TITLE:=Sequencer support + FILES:= \ + $(LINUX_DIR)/sound/core/seq/snd-seq.$(LINUX_KMOD_SUFFIX) \ + $(LINUX_DIR)/sound/core/seq/snd-seq-midi-event.$(LINUX_KMOD_SUFFIX) \ + $(LINUX_DIR)/sound/core/seq/snd-seq-midi.$(LINUX_KMOD_SUFFIX) + AUTOLOAD:=$(call AutoLoad,35,snd-seq snd-seq-midi-event snd-seq-midi) +endef + +define KernelPackage/sound-seq/description + Kernel modules for sequencer support +endef + +$(eval $(call KernelPackage,sound-seq)) + + define KernelPackage/sound-i8x0 $(call KernelPackage/sound/Depends,@!TARGET_uml) TITLE:=Intel/SiS/nVidia/AMD/ALi AC97 Controller _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel