summaryrefslogtreecommitdiff
path: root/drivers/media/usb/tm6000/tm6000.h
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2013-01-31 08:23:01 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-02-05 18:30:43 -0200
commit9f7473592bd2c8d73657dcc1644de4ab610b0d90 (patch)
treee5cbdc6fee127b844dc217d2465bcfdca743d3fc /drivers/media/usb/tm6000/tm6000.h
parent2c2a053626cb712d6006cb10f2760a6018a65631 (diff)
[media] tm6000: convert to the control framework
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/tm6000/tm6000.h')
-rw-r--r--drivers/media/usb/tm6000/tm6000.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/usb/tm6000/tm6000.h b/drivers/media/usb/tm6000/tm6000.h
index 173dcd7a7284..a9ac262fcc93 100644
--- a/drivers/media/usb/tm6000/tm6000.h
+++ b/drivers/media/usb/tm6000/tm6000.h
@@ -27,6 +27,7 @@
#include <linux/i2c.h>
#include <linux/mutex.h>
#include <media/v4l2-device.h>
+#include <media/v4l2-ctrls.h>
#include <linux/dvb/frontend.h>
#include "dvb_demux.h"
@@ -222,6 +223,8 @@ struct tm6000_core {
struct video_device *radio_dev;
struct tm6000_dmaqueue vidq;
struct v4l2_device v4l2_dev;
+ struct v4l2_ctrl_handler ctrl_handler;
+ struct v4l2_ctrl_handler radio_ctrl_handler;
int input;
struct tm6000_input vinput[3]; /* video input */