this patch enable 2.5.51 kernel to build without sequencer support :
fix compiling without sequencer support --- ./sound/synth/Makefile.tv 2002-12-10 22:02:00.000000000 -0500 +++ ./sound/synth/Makefile 2002-12-10 21:50:37.000000000 -0500 @@ -12,8 +12,8 @@ obj-$(CONFIG_SND_TRIDENT) += snd-util-mem.o ifeq ($(subst m,y,$(CONFIG_SND_SEQUENCER)),y) obj-$(CONFIG_SND_SBAWE) += snd-util-mem.o +obj-$(CONFIG_SND) += emux/ endif -obj-$(CONFIG_SND) += emux/ include $(TOPDIR)/Rules.make