]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/sound/tea575x-tuner.h
V4L/DVB (10771): tea575x-tuner: convert it to V4L2 API
[linux-2.6-omap-h63xx.git] / include / sound / tea575x-tuner.h
index 426899e529c55313ee2aa35374e01f6c4fd74de5..5718a02d3afbea1eb993be1e9d1c81c65ea6c9f6 100644 (file)
@@ -22,8 +22,9 @@
  *
  */
 
-#include <linux/videodev.h>
+#include <linux/videodev2.h>
 #include <media/v4l2-dev.h>
+#include <media/v4l2-ioctl.h>
 
 struct snd_tea575x;
 
@@ -35,11 +36,10 @@ struct snd_tea575x_ops {
 
 struct snd_tea575x {
        struct snd_card *card;
-       struct video_device vd;         /* video device */
-       struct v4l2_file_operations fops;
+       struct video_device *vd;        /* video device */
        int dev_nr;                     /* requested device number + 1 */
-       int vd_registered;              /* video device is registered */
        int tea5759;                    /* 5759 chip is present */
+       int mute;                       /* Device is muted? */
        unsigned int freq_fixup;        /* crystal onboard */
        unsigned int val;               /* hw value */
        unsigned long freq;             /* frequency */