Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
22a5ea91 46609297

+4 -4
+3 -3
Documentation/DocBook/media/v4l/dev-sdr.xml
··· 69 69 <para> 70 70 To use the <link linkend="format">format</link> ioctls applications set the 71 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 73 <structfield>sdr</structfield> member of the <structfield>fmt</structfield> 74 74 union as needed per the desired operation. 75 75 Currently 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 77 77 of the data format. 78 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 81 <title>struct <structname>v4l2_sdr_format</structname></title> 82 82 <tgroup cols="3"> 83 83 &cs-str;
+1 -1
Documentation/DocBook/media/v4l/vidioc-g-fmt.xml
··· 172 172 </row> 173 173 <row> 174 174 <entry></entry> 175 - <entry>&v4l2-format-sdr;</entry> 175 + <entry>&v4l2-sdr-format;</entry> 176 176 <entry><structfield>sdr</structfield></entry> 177 177 <entry>Definition of a data format, see 178 178 <xref linkend="pixfmt" />, used by SDR capture devices.</entry>