Update of /cvsroot/alsa/alsa-driver/support/pnp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24643/support/pnp

Modified Files:
        pnp.h 
Log Message:
- fixed and clean upthe build without isapnp support.
  empty *.isapnp will be made when isapnp is not supported.






Index: pnp.h
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/support/pnp/pnp.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pnp.h       23 Jan 2004 10:30:26 -0000      1.5
+++ pnp.h       26 Jan 2004 11:08:48 -0000      1.6
@@ -186,7 +186,7 @@
 
 #define pnp_resource_change(resource, start, size) isapnp_resource_change(resource, 
start, size)
 
-#if defined(CONFIG_PNP) && (!defined(ALSA_BUILD) || defined(CONFIG_PNP_KERNEL))
+#if defined(CONFIG_PNP)
 
 struct pnp_dev * pnp_request_card_device(struct pnp_card_link *clink, const char * 
id, struct pnp_dev * from);
 void pnp_release_card_device(struct pnp_dev * dev);



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to