Takashi Iwai <[EMAIL PROTECTED]> writes:

> > this patch enable 2.5.51 kernel to build without sequencer support :
> 
> hmm, applying this is surely harmless but i still don't figure out
> why this fixes the bug.  synth/emux/Makefile is:
> 
> snd-emux-synth-objs := emux.o emux_synth.o emux_seq.o emux_nrpn.o \
>                      emux_effect.o emux_proc.o soundfont.o
> ifeq ($(CONFIG_SND_SEQUENCER_OSS),y)
>   snd-emux-synth-objs += emux_oss.o
> endif
> 
> # Toplevel Module Dependency
> ifeq ($(subst m,y,$(CONFIG_SND_SEQUENCER)),y)
>   obj-$(CONFIG_SND_SBAWE) += snd-emux-synth.o
>   obj-$(CONFIG_SND_EMU10K1) += snd-emux-synth.o
> endif
> 
> and if $CONFIG_SND_SEQUENCER is n, snd-emux-synth.o will be never
> compiled nor built-in...

hummmm. must be some sort of "too late in the night to compile a
kernel" workaround for a broken make rule (was not able to build
emux/built-in.o if i remember right)

so you can just discard this patch



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to