Re: [Alsa-devel] dummy driver and Makefile inconsistency

2003-03-19 Thread Takashi Iwai
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-devel] dummy driver and Makefile inconsistency

2003-03-19 Thread Andrei Boros
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.