Skip to content

Commit

Permalink
media: Documentation: v4l: Remove reference to video ops
Browse files Browse the repository at this point in the history
We no longer have format related callbacks in video ops. Remove the
reference to them.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
  • Loading branch information
Sakari Ailus authored and Mauro Carvalho Chehab committed Jan 12, 2021
1 parent ecd07f4 commit 352cf67
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Documentation/driver-api/media/v4l2-subdev.rst
Original file line number Diff line number Diff line change
@@ -122,10 +122,6 @@ Don't forget to cleanup the media entity before the sub-device is destroyed:
media_entity_cleanup(&sd->entity);
If the subdev driver intends to process video and integrate with the media
framework, it must implement format related functionality using
:c:type:`v4l2_subdev_pad_ops` instead of :c:type:`v4l2_subdev_video_ops`.

In that case, the subdev driver may set the link_validate field to provide
its own link validation function. The link validation function is called for
every link in the pipeline where both of the ends of the links are V4L2

0 comments on commit 352cf67

Please sign in to comment.