diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-05-09 16:23:07 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-06 18:07:01 -0300 |
commit | 902e197dcc36138e1f40f4435b7de8893ffc6c15 (patch) | |
tree | a10f85448ff1837a230a0bdd33bd7839fe25d292 /drivers/media/video/cx88/cx88.h | |
parent | 4a77a8361fe79b78b741640b484a97c8d47e307f (diff) | |
download | op-kernel-dev-902e197dcc36138e1f40f4435b7de8893ffc6c15.zip op-kernel-dev-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index c9659de..8e9820c 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); |