All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.4 <--> 2.6 request_firmware() compatibility ?
@ 2004-11-17  9:55 Giuliano Pochini
  2004-11-17 10:38 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Giuliano Pochini @ 2004-11-17  9:55 UTC (permalink / raw)
  To: alsa-devel


request_firmware() and struct pci_dev of linux 2.6 are
not compatible with linux 2.4. Are there compatible
wrappers of have I to write another bunch of ifdef's
and macros in the driver ?


--
Giuliano.


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

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

* Re: 2.4 <--> 2.6 request_firmware() compatibility ?
  2004-11-17  9:55 2.4 <--> 2.6 request_firmware() compatibility ? Giuliano Pochini
@ 2004-11-17 10:38 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2004-11-17 10:38 UTC (permalink / raw)
  To: Giuliano Pochini; +Cc: alsa-devel

At Wed, 17 Nov 2004 10:55:02 +0100 (CET),
Giuliano Pochini wrote:
> 
> request_firmware() and struct pci_dev of linux 2.6 are
> not compatible with linux 2.4. Are there compatible
> wrappers of have I to write another bunch of ifdef's
> and macros in the driver ?

No compatible wrapper since there is no struct device in 2.4.
ifdef (and a patch for the codes in alsa-kernel) would be the easiet
solution, I think.  If you create a center caller of request_firmware,
you need only one ifdef :)


Takashi


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

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

end of thread, other threads:[~2004-11-17 10:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-17  9:55 2.4 <--> 2.6 request_firmware() compatibility ? Giuliano Pochini
2004-11-17 10:38 ` Takashi Iwai

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.