summaryrefslogtreecommitdiff
path: root/drivers/media/usb/hdpvr/hdpvr.h
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2013-03-20 15:29:52 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-04-14 20:00:55 -0300
commit3315c59a45d5314c935a7dd82ab3c324c0d01343 (patch)
tree9938a497a3a0068516d43b455306f34202774338 /drivers/media/usb/hdpvr/hdpvr.h
parent8f69da955873f5e33b60ff117856a2bf1309a336 (diff)
downloadlwn-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.h1
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;