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

Modified Files:
        fm801.c 
Log Message:
- fixed the build without tea575x-tuner support.



Index: fm801.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/fm801.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- fm801.c     28 Jan 2004 18:42:24 -0000      1.39
+++ fm801.c     30 Jan 2004 11:46:38 -0000      1.40
@@ -32,8 +32,6 @@
 #include <sound/opl3.h>
 #define SNDRV_GET_ID
 #include <sound/initval.h>
-#ifdef CONFIG_SND_FM801_TEA575X
-#endif
 
 #include <asm/io.h>
 
@@ -1241,7 +1239,7 @@
        outw(cmdw, FM801_REG(chip, IRQ_MASK));
 
       __end_hw:
-#ifdef CONFIG_SND_FM801_TEA575X
+#ifdef TEA575X_RADIO
        snd_tea575x_exit(&chip->tea);
 #endif
        if (chip->res_port) {



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