You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
V4L/DVB (10087): Add new enum_input function on soc_camera
This patch presents new method to be able to select V4L2 input type Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
513791aba6
commit
34d359db7d
@@ -166,6 +166,7 @@ struct soc_camera_ops {
|
||||
int (*get_chip_id)(struct soc_camera_device *,
|
||||
struct v4l2_chip_ident *);
|
||||
int (*set_std)(struct soc_camera_device *, v4l2_std_id *);
|
||||
int (*enum_input)(struct soc_camera_device *, struct v4l2_input *);
|
||||
#ifdef CONFIG_VIDEO_ADV_DEBUG
|
||||
int (*get_register)(struct soc_camera_device *, struct v4l2_register *);
|
||||
int (*set_register)(struct soc_camera_device *, struct v4l2_register *);
|
||||
|
||||
Reference in New Issue
Block a user