diff options
Diffstat (limited to 'include/media/saa7146_vv.h')
| -rw-r--r-- | include/media/saa7146_vv.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/media/saa7146_vv.h b/include/media/saa7146_vv.h index 64691753721e..16af9299315f 100644 --- a/include/media/saa7146_vv.h +++ b/include/media/saa7146_vv.h | |||
| @@ -113,7 +113,7 @@ struct saa7146_vv | |||
| 113 | /* vbi capture */ | 113 | /* vbi capture */ |
| 114 | struct saa7146_dmaqueue vbi_q; | 114 | struct saa7146_dmaqueue vbi_q; |
| 115 | /* vbi workaround interrupt queue */ | 115 | /* vbi workaround interrupt queue */ |
| 116 | wait_queue_head_t vbi_wq; | 116 | wait_queue_head_t vbi_wq; |
| 117 | int vbi_fieldcount; | 117 | int vbi_fieldcount; |
| 118 | struct saa7146_fh *vbi_streaming; | 118 | struct saa7146_fh *vbi_streaming; |
| 119 | 119 | ||
| @@ -181,10 +181,10 @@ struct saa7146_ext_vv | |||
| 181 | }; | 181 | }; |
| 182 | 182 | ||
| 183 | struct saa7146_use_ops { | 183 | struct saa7146_use_ops { |
| 184 | void (*init)(struct saa7146_dev *, struct saa7146_vv *); | 184 | void (*init)(struct saa7146_dev *, struct saa7146_vv *); |
| 185 | int(*open)(struct saa7146_dev *, struct file *); | 185 | int(*open)(struct saa7146_dev *, struct file *); |
| 186 | void (*release)(struct saa7146_dev *, struct file *); | 186 | void (*release)(struct saa7146_dev *, struct file *); |
| 187 | void (*irq_done)(struct saa7146_dev *, unsigned long status); | 187 | void (*irq_done)(struct saa7146_dev *, unsigned long status); |
| 188 | ssize_t (*read)(struct file *, char __user *, size_t, loff_t *); | 188 | ssize_t (*read)(struct file *, char __user *, size_t, loff_t *); |
| 189 | }; | 189 | }; |
| 190 | 190 | ||
