Re: [Alsa-devel] config problem

2003-11-26 Thread Giuliano Pochini
On Tue, 25 Nov 2003 20:09:57 +0100 Takashi Iwai <[EMAIL PROTECTED]> wrote: > for building multiple drivers with a common core/library module, you > can find an example in isa/sb directory. there snd-sb-common is > shared among several different top-level modules. (usually, the > common module is

Re: [Alsa-devel] config problem

2003-11-25 Thread Takashi Iwai
At Tue, 25 Nov 2003 19:14:38 +0100, Giuliano Pochini wrote: > > > My driver supports several different cards of the same series. Most of the > code is common for all cards, so I put the code which is not common into > separate .c files. Well, now I need a way to tell make what is the card I > wan

[Alsa-devel] config problem

2003-11-25 Thread Giuliano Pochini
My driver supports several different cards of the same series. Most of the code is common for all cards, so I put the code which is not common into separate .c files. Well, now I need a way to tell make what is the card I want the driver for. -- Giuliano. ---