diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2015-08-28 13:48:26 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-10-01 13:13:26 +0200 |
commit | 1a708ea0133cd4959752a8d5c9ca12fc27dd475d (patch) | |
tree | 15442510944e6e48826c82e4c9205707d6a98ed6 /drivers/media/pci/saa7164/saa7164.h | |
parent | [media] media/v4l2-compat-ioctl32: Simple stylechecks (diff) | |
download | linux-1a708ea0133cd4959752a8d5c9ca12fc27dd475d.tar.xz linux-1a708ea0133cd4959752a8d5c9ca12fc27dd475d.zip |
[media] saa7164: convert to the control framework
Convert this driver to the control framework. Note that the VBI device
nodes have no controls as there is nothing to control.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/pci/saa7164/saa7164.h')
-rw-r--r-- | drivers/media/pci/saa7164/saa7164.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/pci/saa7164/saa7164.h b/drivers/media/pci/saa7164/saa7164.h index 18906e0c80e1..b3828c6db716 100644 --- a/drivers/media/pci/saa7164/saa7164.h +++ b/drivers/media/pci/saa7164/saa7164.h @@ -64,6 +64,7 @@ #include <media/v4l2-common.h> #include <media/v4l2-ioctl.h> #include <media/v4l2-device.h> +#include <media/v4l2-ctrls.h> #include "saa7164-reg.h" #include "saa7164-types.h" @@ -381,6 +382,7 @@ struct saa7164_port { /* Encoder */ /* Defaults established in saa7164-encoder.c */ struct saa7164_tvnorm encodernorm; + struct v4l2_ctrl_handler ctrl_handler; v4l2_std_id std; u32 height; u32 width; |