diff options
author | Devin Heitmueller <dheitmueller@kernellabs.com> | 2010-10-09 13:43:53 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-29 05:16:34 -0500 |
commit | 78ca500559b5a4f16a95c198b3e7bdfac8455bf8 (patch) | |
tree | 8b8c826cf436b5cbdb0d586dda7abcfa4f596768 /drivers/media/video/au0828/au0828.h | |
parent | 6e04b7b95a5bd2da0aa5df05fc09a1f0d6615666 (diff) |
[media] au0828: fixes for timeout on no video
The first pass of fixes to cause the driver to continue streaming even when
there is no video arriving over the ITU656 bus were not adequate. Continue
the work from the previous patch.
Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/au0828/au0828.h')
-rw-r--r-- | drivers/media/video/au0828/au0828.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/au0828/au0828.h b/drivers/media/video/au0828/au0828.h index ef46a889da20..9cde35321824 100644 --- a/drivers/media/video/au0828/au0828.h +++ b/drivers/media/video/au0828/au0828.h | |||
@@ -205,7 +205,9 @@ struct au0828_dev { | |||
205 | struct video_device *vdev; | 205 | struct video_device *vdev; |
206 | struct video_device *vbi_dev; | 206 | struct video_device *vbi_dev; |
207 | struct timer_list vid_timeout; | 207 | struct timer_list vid_timeout; |
208 | int vid_timeout_running; | ||
208 | struct timer_list vbi_timeout; | 209 | struct timer_list vbi_timeout; |
210 | int vbi_timeout_running; | ||
209 | int width; | 211 | int width; |
210 | int height; | 212 | int height; |
211 | int vbi_width; | 213 | int vbi_width; |