diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-03-20 15:29:52 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-14 20:00:55 -0300 |
commit | 3315c59a45d5314c935a7dd82ab3c324c0d01343 (patch) | |
tree | 9938a497a3a0068516d43b455306f34202774338 /drivers/media/usb/hdpvr/hdpvr.h | |
parent | 8f69da955873f5e33b60ff117856a2bf1309a336 (diff) | |
download | lwn-3315c59a45d5314c935a7dd82ab3c324c0d01343.tar.gz lwn-3315c59a45d5314c935a7dd82ab3c324c0d01343.zip |
[media] hdpvr: add dv_timings support
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/hdpvr/hdpvr.h')
-rw-r--r-- | drivers/media/usb/hdpvr/hdpvr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/hdpvr/hdpvr.h b/drivers/media/usb/hdpvr/hdpvr.h index 050c6b9fec53..1478f3d57630 100644 --- a/drivers/media/usb/hdpvr/hdpvr.h +++ b/drivers/media/usb/hdpvr/hdpvr.h @@ -92,6 +92,7 @@ struct hdpvr_device { /* holds the current set options */ struct hdpvr_options options; v4l2_std_id cur_std; + struct v4l2_dv_timings cur_dv_timings; uint flags; |