diff options
author | Devin Heitmueller <dheitmueller@kernellabs.com> | 2010-09-01 21:03:43 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-29 05:16:34 -0500 |
commit | 6e04b7b95a5bd2da0aa5df05fc09a1f0d6615666 (patch) | |
tree | 6ff016a1e6ba80408feeaef9ee5c5db8368565e0 /drivers/media/video/au0828/au0828.h | |
parent | 301c9f26d7ded6e274a99c3a447a9a36790a3f3e (diff) |
[media] au0828: continue video streaming even when no ITU-656 coming in
We need the au0828 to continue delivering frames even when the device is not
delivering video, or else applications such as tvtime will block indefinitely.
Unfortunately, the au8522 doesn't have any sort of free-running mode or "blue
screen on no video" like some other decoders.
This work was sponsored by GetWellNetwork Inc.
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 4dd8ce7f139e..ef46a889da20 100644 --- a/drivers/media/video/au0828/au0828.h +++ b/drivers/media/video/au0828/au0828.h | |||
@@ -204,6 +204,8 @@ struct au0828_dev { | |||
204 | unsigned int resources; /* resources in use */ | 204 | unsigned int resources; /* resources in use */ |
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; | ||
208 | struct timer_list vbi_timeout; | ||
207 | int width; | 209 | int width; |
208 | int height; | 210 | int height; |
209 | int vbi_width; | 211 | int vbi_width; |