summaryrefslogtreecommitdiff
path: root/drivers/media/usb/tlg2300/pd-common.h
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2012-07-12 19:56:47 +0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-05 00:33:02 +0400
commit173fdb8aff63a4275fd5f51742b4e13bd7680ab8 (patch)
tree1f472a19df36ead00a4ce8b15fe042cef0ae7a0a /drivers/media/usb/tlg2300/pd-common.h
parent6fef490706c327469fe5688ca65d5239b717960d (diff)
downloadlinux-173fdb8aff63a4275fd5f51742b4e13bd7680ab8.tar.xz
[media] tlg2300: add control handler for radio device node
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Huang Shijie <shijie8@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/tlg2300/pd-common.h')
-rw-r--r--drivers/media/usb/tlg2300/pd-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/usb/tlg2300/pd-common.h b/drivers/media/usb/tlg2300/pd-common.h
index 3a89128c3fc5..b26082af1b52 100644
--- a/drivers/media/usb/tlg2300/pd-common.h
+++ b/drivers/media/usb/tlg2300/pd-common.h
@@ -10,6 +10,7 @@
#include <linux/poll.h>
#include <media/videobuf-vmalloc.h>
#include <media/v4l2-device.h>
+#include <media/v4l2-ctrls.h>
#include "dvb_frontend.h"
#include "dvbdev.h"
@@ -119,6 +120,7 @@ struct radio_data {
unsigned int is_radio_streaming;
int pre_emphasis;
struct video_device fm_dev;
+ struct v4l2_ctrl_handler ctrl_handler;
};
#define DVB_SBUF_NUM 4