Commit d3ed195b authored by Sakari Ailus's avatar Sakari Ailus Committed by Mauro Carvalho Chehab

media: Documentation: v4l: Fix language

Remove extra "is" from sentence explaining V4L2_CID_PIXEL_RATE may be used
to tell the pixel rate used by a transmitter driver. Also call
V4L2_CID_PIXEL_RATE a control.
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 98f9aafa
...@@ -28,10 +28,9 @@ interface elements must be present on the sub-device represents the ...@@ -28,10 +28,9 @@ interface elements must be present on the sub-device represents the
CSI-2 transmitter. CSI-2 transmitter.
The V4L2_CID_LINK_FREQ control is used to tell the receiver driver the The V4L2_CID_LINK_FREQ control is used to tell the receiver driver the
frequency (and not the symbol rate) of the link. The frequency (and not the symbol rate) of the link. The V4L2_CID_PIXEL_RATE
V4L2_CID_PIXEL_RATE is may be used by the receiver to obtain the pixel control may be used by the receiver to obtain the pixel rate the transmitter
rate the transmitter uses. The uses. The :c:type:`v4l2_subdev_video_ops`->s_stream() callback provides an
:c:type:`v4l2_subdev_video_ops`->s_stream() callback provides an
ability to start and stop the stream. ability to start and stop the stream.
The value of the V4L2_CID_PIXEL_RATE is calculated as follows:: The value of the V4L2_CID_PIXEL_RATE is calculated as follows::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment