aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88.h
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2012-05-09 16:23:07 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-07-06 18:07:01 -0300
commit902e197dcc36138e1f40f4435b7de8893ffc6c15 (patch)
treea10f85448ff1837a230a0bdd33bd7839fe25d292 /drivers/media/video/cx88/cx88.h
parent4a77a8361fe79b78b741640b484a97c8d47e307f (diff)
downloadlinux-902e197dcc36138e1f40f4435b7de8893ffc6c15.tar.gz
[media] cx88: fix querycap
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r--drivers/media/video/cx88/cx88.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h
index c9659def2a787d..8e9820cf454ef1 100644
--- a/drivers/media/video/cx88/cx88.h
+++ b/drivers/media/video/cx88/cx88.h
@@ -730,3 +730,5 @@ int cx88_set_freq (struct cx88_core *core,struct v4l2_frequency *f);
int cx88_get_control(struct cx88_core *core, struct v4l2_control *ctl);
int cx88_set_control(struct cx88_core *core, struct v4l2_control *ctl);
int cx88_video_mux(struct cx88_core *core, unsigned int input);
+void cx88_querycap(struct file *file, struct cx88_core *core,
+ struct v4l2_capability *cap);