At Wed, 19 Mar 2003 10:48:09 +0200,
Andrei Boros wrote:
>
>
> alsa-kernel/core/seq/Makefile contains the following:
>
> obj-$(CONFIG_SND_SEQ_DUMMY) += snd-seq-dummy.o
>
> However, there is no definition of CONFIG_SND_SEQ_DUMMY anywhere !!!
thanks for finding this.
fixed on cvs now.
Takashi
alsa-kernel/core/seq/Makefile contains the following:
obj-$(CONFIG_SND_SEQ_DUMMY) += snd-seq-dummy.o
However, there is no definition of CONFIG_SND_SEQ_DUMMY anywhere !!!
I believe CONFIG_SND_SEQ_DUMMY should be set to "m" if dummy driver and
sequencer support are enabled.