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

Modified Files:
        tea575x-tuner.h 
Log Message:
TEA575x code is now 2.6 videodev compatible

Index: tea575x-tuner.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/include/tea575x-tuner.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tea575x-tuner.h     28 Jan 2004 18:42:54 -0000      1.1
+++ tea575x-tuner.h     29 Jan 2004 12:47:32 -0000      1.2
@@ -34,6 +34,9 @@
 struct snd_tea575x {
        snd_card_t *card;
        struct video_device vd;         /* video device */
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 0)
+       struct file_operations fops;
+#endif
        int dev_nr;                     /* requested device number + 1 */
        int vd_registered;              /* video device is registered */
        int tea5759;                    /* 5759 chip is present */



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