aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorNicolas THERY <nicolas.thery@st.com>2012-07-18 10:41:36 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-07-30 19:30:00 -0400
commit6992c0807517b5736c80983c4881d3f9ae3ab20f (patch)
treebb369d8a05a64a19d38709978944d65a6eb9c25a /Documentation
parentf140612d025f2b6a00651e7c2a9cc26b61dca119 (diff)
[media] v4l: DocBook: VIDIOC_CREATE_BUFS: add hyperlink
Signed-off-by: Nicolas Thery <nicolas.thery@st.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/media/v4l/vidioc-create-bufs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-create-bufs.xml b/Documentation/DocBook/media/v4l/vidioc-create-bufs.xml
index 5e73b1c8d095..a8cda1acacd9 100644
--- a/Documentation/DocBook/media/v4l/vidioc-create-bufs.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-create-bufs.xml
@@ -64,7 +64,7 @@ different sizes.</para>
64 <para>To allocate device buffers applications initialize relevant fields of 64 <para>To allocate device buffers applications initialize relevant fields of
65the <structname>v4l2_create_buffers</structname> structure. They set the 65the <structname>v4l2_create_buffers</structname> structure. They set the
66<structfield>type</structfield> field in the 66<structfield>type</structfield> field in the
67<structname>v4l2_format</structname> structure, embedded in this 67&v4l2-format; structure, embedded in this
68structure, to the respective stream or buffer type. 68structure, to the respective stream or buffer type.
69<structfield>count</structfield> must be set to the number of required buffers. 69<structfield>count</structfield> must be set to the number of required buffers.
70<structfield>memory</structfield> specifies the required I/O method. The 70<structfield>memory</structfield> specifies the required I/O method. The
@@ -114,7 +114,7 @@ information.</para>
114/></entry> 114/></entry>
115 </row> 115 </row>
116 <row> 116 <row>
117 <entry>struct&nbsp;v4l2_format</entry> 117 <entry>&v4l2-format;</entry>
118 <entry><structfield>format</structfield></entry> 118 <entry><structfield>format</structfield></entry>
119 <entry>Filled in by the application, preserved by the driver.</entry> 119 <entry>Filled in by the application, preserved by the driver.</entry>
120 </row> 120 </row>