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
bf561: add capabilities in adv7183_inputs
Add capabilities in adv7183_inputs to indicate that S_STD is supported. Signed-off-by: Scott Jiang <scott.jiang.linux@gmail.com> Signed-off-by: Bob Liu <lliubbo@gmail.com>
This commit is contained in:
@@ -452,18 +452,21 @@ static struct v4l2_input adv7183_inputs[] = {
|
|||||||
.name = "Composite",
|
.name = "Composite",
|
||||||
.type = V4L2_INPUT_TYPE_CAMERA,
|
.type = V4L2_INPUT_TYPE_CAMERA,
|
||||||
.std = V4L2_STD_ALL,
|
.std = V4L2_STD_ALL,
|
||||||
|
.capabilities = V4L2_IN_CAP_STD,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.index = 1,
|
.index = 1,
|
||||||
.name = "S-Video",
|
.name = "S-Video",
|
||||||
.type = V4L2_INPUT_TYPE_CAMERA,
|
.type = V4L2_INPUT_TYPE_CAMERA,
|
||||||
.std = V4L2_STD_ALL,
|
.std = V4L2_STD_ALL,
|
||||||
|
.capabilities = V4L2_IN_CAP_STD,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.index = 2,
|
.index = 2,
|
||||||
.name = "Component",
|
.name = "Component",
|
||||||
.type = V4L2_INPUT_TYPE_CAMERA,
|
.type = V4L2_INPUT_TYPE_CAMERA,
|
||||||
.std = V4L2_STD_ALL,
|
.std = V4L2_STD_ALL,
|
||||||
|
.capabilities = V4L2_IN_CAP_STD,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user