aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2014-03-14 07:57:06 -0400
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-03-14 08:54:05 -0400
commit22a5ea91df52392f98ff7ff66a1dce2c07e68568 (patch)
tree0fdb607ed22043ffca3ac19f86598b9cb338a80c
parent46609297e373c74a87acbb7e9f052a3ed8a8212c (diff)
[media] DocBook media: v4l2_format_sdr was renamed to v4l2_sdr_format
Update the DocBook files accordingly. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Cc: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
-rw-r--r--Documentation/DocBook/media/v4l/dev-sdr.xml6
-rw-r--r--Documentation/DocBook/media/v4l/vidioc-g-fmt.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/DocBook/media/v4l/dev-sdr.xml b/Documentation/DocBook/media/v4l/dev-sdr.xml
index 524b9c402421..dc14804f5436 100644
--- a/Documentation/DocBook/media/v4l/dev-sdr.xml
+++ b/Documentation/DocBook/media/v4l/dev-sdr.xml
@@ -69,15 +69,15 @@ must be supported as well.
69 <para> 69 <para>
70To use the <link linkend="format">format</link> ioctls applications set the 70To use the <link linkend="format">format</link> ioctls applications set the
71<structfield>type</structfield> field of a &v4l2-format; to 71<structfield>type</structfield> field of a &v4l2-format; to
72<constant>V4L2_BUF_TYPE_SDR_CAPTURE</constant> and use the &v4l2-format-sdr; 72<constant>V4L2_BUF_TYPE_SDR_CAPTURE</constant> and use the &v4l2-sdr-format;
73<structfield>sdr</structfield> member of the <structfield>fmt</structfield> 73<structfield>sdr</structfield> member of the <structfield>fmt</structfield>
74union as needed per the desired operation. 74union as needed per the desired operation.
75Currently only the <structfield>pixelformat</structfield> field of 75Currently only the <structfield>pixelformat</structfield> field of
76&v4l2-format-sdr; is used. The content of that field is the V4L2 fourcc code 76&v4l2-sdr-format; is used. The content of that field is the V4L2 fourcc code
77of the data format. 77of the data format.
78 </para> 78 </para>
79 79
80 <table pgwide="1" frame="none" id="v4l2-format-sdr"> 80 <table pgwide="1" frame="none" id="v4l2-sdr-format">
81 <title>struct <structname>v4l2_sdr_format</structname></title> 81 <title>struct <structname>v4l2_sdr_format</structname></title>
82 <tgroup cols="3"> 82 <tgroup cols="3">
83 &cs-str; 83 &cs-str;
diff --git a/Documentation/DocBook/media/v4l/vidioc-g-fmt.xml b/Documentation/DocBook/media/v4l/vidioc-g-fmt.xml
index f43f1a9285d6..4fe19a7a9a31 100644
--- a/Documentation/DocBook/media/v4l/vidioc-g-fmt.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-g-fmt.xml
@@ -172,7 +172,7 @@ capture and output devices.</entry>
172 </row> 172 </row>
173 <row> 173 <row>
174 <entry></entry> 174 <entry></entry>
175 <entry>&v4l2-format-sdr;</entry> 175 <entry>&v4l2-sdr-format;</entry>
176 <entry><structfield>sdr</structfield></entry> 176 <entry><structfield>sdr</structfield></entry>
177 <entry>Definition of a data format, see 177 <entry>Definition of a data format, see
178<xref linkend="pixfmt" />, used by SDR capture devices.</entry> 178<xref linkend="pixfmt" />, used by SDR capture devices.</entry>