summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/tm6000/tm6000.h
diff options
context:
space:
mode:
authorHans Verkuil2012-09-11 16:50:37 +0200
committerMauro Carvalho Chehab2013-02-05 21:31:33 +0100
commit770056c47fbb5c4d892d1cd55ae5ec68cf44c2b4 (patch)
tree674919c0d81c9ff58900fbc1313ea1e8ccc623cd /drivers/media/usb/tm6000/tm6000.h
parent[media] tm6000: convert to the control framework (diff)
downloadkernel-qcow2-linux-770056c47fbb5c4d892d1cd55ae5ec68cf44c2b4.tar.gz
kernel-qcow2-linux-770056c47fbb5c4d892d1cd55ae5ec68cf44c2b4.tar.xz
kernel-qcow2-linux-770056c47fbb5c4d892d1cd55ae5ec68cf44c2b4.zip
[media] tm6000: add support for control events and prio handling
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/usb/tm6000/tm6000.h b/drivers/media/usb/tm6000/tm6000.h
index a9ac262fcc93..08bd0740dd23 100644
--- a/drivers/media/usb/tm6000/tm6000.h
+++ b/drivers/media/usb/tm6000/tm6000.h
@@ -28,6 +28,7 @@
#include <linux/mutex.h>
#include <media/v4l2-device.h>
#include <media/v4l2-ctrls.h>
+#include <media/v4l2-fh.h>
#include <linux/dvb/frontend.h>
#include "dvb_demux.h"
@@ -290,6 +291,7 @@ struct tm6000_ops {
};
struct tm6000_fh {
+ struct v4l2_fh fh;
struct tm6000_core *dev;
unsigned int radio;