From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] let 2.5.51 build Date: Wed, 11 Dec 2002 16:43:44 +0100 Sender: alsa-devel-admin@lists.sourceforge.net Message-ID: References: Mime-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: Errors-To: alsa-devel-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: To: Thierry Vignaud Cc: alsa-devel@lists.sourceforge.net List-Id: alsa-devel@alsa-project.org At Wed, 11 Dec 2002 10:51:05 +0100, Thierry Vignaud wrote: > > [1 ] > 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... Takashi > [2 alsa-fix-compile.diff ] > 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 ------------------------------------------------------- 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/