diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-05-09 21:23:07 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-06 23:07:01 +0200 |
commit | 902e197dcc36138e1f40f4435b7de8893ffc6c15 (patch) | |
tree | a10f85448ff1837a230a0bdd33bd7839fe25d292 /drivers/media/video/cx88/cx88.h | |
parent | [media] v4l2-framework.txt: Update the locking documentation (diff) | |
download | linux-902e197dcc36138e1f40f4435b7de8893ffc6c15.tar.xz linux-902e197dcc36138e1f40f4435b7de8893ffc6c15.zip |
[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 c9659def2a78..8e9820cf454e 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); |