Re: [PATCH] media: DocBook: Fix trivial typo in Sub-device Interface
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Date: 2011-09-27 11:47:34
Hi Jonghun, On Monday 26 September 2011 07:14:04 jonghun.han@samsung.com wrote:
From: Jonghun Han <redacted> When satisfied with the try results, applications can set the active formats by setting the which argument to V4L2_SUBDEV_FORMAT_ACTIVE not V4L2_SUBDEV_FORMAT_TRY. Signed-off-by: Jonghun Han <redacted>
Thanks for the patch. Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
quoted hunk ↗ jump to hunk
--- Documentation/DocBook/v4l/dev-subdev.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)diff --git a/Documentation/DocBook/v4l/dev-subdev.xmlb/Documentation/DocBook/v4l/dev-subdev.xml index 05c8fef..0916a73 100644--- a/Documentation/DocBook/v4l/dev-subdev.xml +++ b/Documentation/DocBook/v4l/dev-subdev.xml@@ -266,7 +266,7 @@ <para>When satisfied with the try results, applications can set theactive formats by setting the <structfield>which</structfield> argument to - <constant>V4L2_SUBDEV_FORMAT_TRY</constant>. Active formats are changed + <constant>V4L2_SUBDEV_FORMAT_ACTIVE</constant>. Active formats are changed exactly as try formats by drivers. To avoid modifying the hardware state during format negotiation, applications should negotiate try formats first and then modify the active settings using the try formats returned during
-- Regards, Laurent Pinchart