]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[media] media: DocBook: Fix trivial typo in Sub-device Interface
authorJonghun Han <jonghun.han@samsung.com>
Mon, 26 Sep 2011 04:14:04 +0000 (01:14 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 27 Sep 2011 12:14:58 +0000 (09:14 -0300)
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 <jonghun.han@samsung.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Documentation/DocBook/media/v4l/dev-subdev.xml

index 05c8fefcbcbe91fd01169472ee6fac5d6dbd8ab3..0916a7343a166b007f94da88fe8179b872b8be3b 100644 (file)
 
       <para>When satisfied with the try results, applications can set the active
       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