[patch] 2.6.7-mm3 ALSA gus compile error

From: Adrian Bunk
Date: Sun Jun 27 2004 - 09:19:42 EST


On Sat, Jun 26, 2004 at 11:31:05PM -0700, Andrew Morton wrote:
>...
> All 198 patches
>...
> bk-alsa.patch
>...

This causes the following compile error:

<-- snip -->

...
LD .tmp_vmlinux1
sound/built-in.o(.text+0xfb4ae): In function `snd_gus_synth_new_device':
: undefined reference to `snd_seq_iwffff_init'
make: *** [.tmp_vmlinux1] Error 1

<-- snip -->


It seems the following is required:

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.7-mm3-full/sound/core/seq/instr/Makefile.old 2004-06-27 14:42:55.000000000 +0200
+++ linux-2.6.7-mm3-full/sound/core/seq/instr/Makefile 2004-06-27 14:43:19.000000000 +0200
@@ -19,5 +19,5 @@
# Toplevel Module Dependency
obj-$(call sequencer,$(CONFIG_SND_OPL3_LIB)) += snd-ainstr-fm.o
obj-$(call sequencer,$(CONFIG_SND_OPL4_LIB)) += snd-ainstr-fm.o
-obj-$(call sequencer,$(CONFIG_SND_GUS_SYNTH)) += snd-ainstr-gf1.o snd-ainstr-simple.o
+obj-$(call sequencer,$(CONFIG_SND_GUS_SYNTH)) += snd-ainstr-gf1.o snd-ainstr-simple.o snd-ainstr-iw.o
obj-$(call sequencer,$(CONFIG_SND_TRIDENT)) += snd-ainstr-simple.o



cu
Adrian

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/