Commit 950e9a29 authored by Sakari Ailus's avatar Sakari Ailus Committed by Hans Verkuil

media: uapi: Fix [GS]_ROUTING ACTIVE flag value

The value of the V4L2_SUBDEV_ROUTE_FL_ACTIVE is 1, not 0. Use hexadecimal
numbers as is done elsewhere in the documentation.

Cc: stable@vger.kernel.org # for >= v6.3
Fixes: ea73eda5 ("media: Documentation: Add GS_ROUTING documentation")
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: default avatarJacopo Mondi <jacopo.mondi@ideasonboard.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent 8e4a5597
...@@ -122,7 +122,7 @@ for all the route entries and call ``VIDIOC_SUBDEV_G_ROUTING`` again. ...@@ -122,7 +122,7 @@ for all the route entries and call ``VIDIOC_SUBDEV_G_ROUTING`` again.
:widths: 3 1 4 :widths: 3 1 4
* - V4L2_SUBDEV_ROUTE_FL_ACTIVE * - V4L2_SUBDEV_ROUTE_FL_ACTIVE
- 0 - 0x0001
- The route is enabled. Set by applications. - The route is enabled. Set by applications.
Return Value Return Value
......
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