diff options
author | Mikhail Domrachev <mihail.domrychev@comexp.ru> | 2014-04-01 08:28:17 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-05-23 11:56:01 -0400 |
commit | 707b7f80b5873da7728979ba1b81c0daae736762 (patch) | |
tree | 6fb9d84722c00ef48b1f98b9a5f63f4960b405eb /drivers/media/pci/saa7134/saa7134.h | |
parent | a112fbaf782f08cc837ee6bbd10ca8900d0e4b91 (diff) |
[media] saa7134: add vidioc_querystd
Signed-off-by: Mikhail Domrachev <mihail.domrychev@comexp.ru>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/pci/saa7134/saa7134.h')
-rw-r--r-- | drivers/media/pci/saa7134/saa7134.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/pci/saa7134/saa7134.h b/drivers/media/pci/saa7134/saa7134.h index 482489a682cc..968a10a860e7 100644 --- a/drivers/media/pci/saa7134/saa7134.h +++ b/drivers/media/pci/saa7134/saa7134.h | |||
@@ -782,6 +782,7 @@ extern struct video_device saa7134_radio_template; | |||
782 | 782 | ||
783 | int saa7134_s_std(struct file *file, void *priv, v4l2_std_id id); | 783 | int saa7134_s_std(struct file *file, void *priv, v4l2_std_id id); |
784 | int saa7134_g_std(struct file *file, void *priv, v4l2_std_id *id); | 784 | int saa7134_g_std(struct file *file, void *priv, v4l2_std_id *id); |
785 | int saa7134_querystd(struct file *file, void *priv, v4l2_std_id *std); | ||
785 | int saa7134_enum_input(struct file *file, void *priv, struct v4l2_input *i); | 786 | int saa7134_enum_input(struct file *file, void *priv, struct v4l2_input *i); |
786 | int saa7134_g_input(struct file *file, void *priv, unsigned int *i); | 787 | int saa7134_g_input(struct file *file, void *priv, unsigned int *i); |
787 | int saa7134_s_input(struct file *file, void *priv, unsigned int i); | 788 | int saa7134_s_input(struct file *file, void *priv, unsigned int i); |