All of lore.kernel.org
 help / color / mirror / Atom feed
* Config problem
@ 2003-04-13 23:53 Matthew Dharm
  0 siblings, 0 replies; 4+ messages in thread
From: Matthew Dharm @ 2003-04-13 23:53 UTC (permalink / raw)
  To: Kernel Developer List

[-- Attachment #1: Type: text/plain, Size: 554 bytes --]

I'm not sure where the error is, but...

In 2.5.67, you can configure the tulip or winbond driver as modules and the
CRC library as built-in, but it doesn't work -- the CRC functions aren't
visible to the modules at load-time.  It compiles just fine, except for
depmod complaining at the end.

Matt

-- 
Matthew Dharm                              Home: mdharm-usb@one-eyed-alien.net 
Maintainer, Linux USB Mass Storage Driver

I think the problem is there's a nut loose on your keyboard.
					-- Greg to Customer
User Friendly, 1/5/1999 

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* config problem
@ 2003-11-25 18:14 Giuliano Pochini
  2003-11-25 19:09 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Giuliano Pochini @ 2003-11-25 18:14 UTC (permalink / raw)
  To: Alsa-devel


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.


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: config problem
  2003-11-25 18:14 config problem Giuliano Pochini
@ 2003-11-25 19:09 ` Takashi Iwai
  2003-11-26 15:33   ` Giuliano Pochini
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2003-11-25 19:09 UTC (permalink / raw)
  To: Giuliano Pochini; +Cc: Alsa-devel

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
> want the driver for.

sorry, your question is not clear for me...

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 named snd-xxx-lib, though.) 


Takashi


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: config problem
  2003-11-25 19:09 ` Takashi Iwai
@ 2003-11-26 15:33   ` Giuliano Pochini
  0 siblings, 0 replies; 4+ messages in thread
From: Giuliano Pochini @ 2003-11-26 15:33 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

On Tue, 25 Nov 2003 20:09:57 +0100
Takashi Iwai <tiwai@suse.de> 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 named snd-xxx-lib, though.)

Done, tnx.


--
Giuliano.


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-11-26 15:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-25 18:14 config problem Giuliano Pochini
2003-11-25 19:09 ` Takashi Iwai
2003-11-26 15:33   ` Giuliano Pochini
  -- strict thread matches above, loose matches on Subject: below --
2003-04-13 23:53 Config problem Matthew Dharm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.