Update of /cvsroot/alsa/alsa-driver/pci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32394/pci

Modified Files:
        Makefile 
Log Message:
- added the detection of video_get_drvdata() to configure for older kernels.
- fixed the condition of building fm801-tea575x support.


Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/pci/Makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- Makefile    30 Jan 2004 11:52:29 -0000      1.17
+++ Makefile    30 Jan 2004 16:13:33 -0000      1.18
@@ -21,8 +21,10 @@
 
 # Hack for FM801 && TEA575x
 ifeq (m,$(CONFIG_SND_FM801))
+ifeq (y,$(CONFIG_VIDEO_DEV))
 EXTRA_CFLAGS += -DCONFIG_SND_FM801_TEA575X
 endif
+endif
 
 #
 #



-------------------------------------------------------
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