diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/dvb/dvbproperty.xml | 5 | ||||
-rw-r--r-- | Documentation/DocBook/v4l/subdev-formats.xml | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/Documentation/DocBook/dvb/dvbproperty.xml b/Documentation/DocBook/dvb/dvbproperty.xml index 52d5e3c7cf6c..b5365f61d69b 100644 --- a/Documentation/DocBook/dvb/dvbproperty.xml +++ b/Documentation/DocBook/dvb/dvbproperty.xml | |||
@@ -141,13 +141,15 @@ struct dtv_properties { | |||
141 | </row></tbody></tgroup></informaltable> | 141 | </row></tbody></tgroup></informaltable> |
142 | </section> | 142 | </section> |
143 | 143 | ||
144 | <section> | ||
145 | <title>Property types</title> | ||
144 | <para> | 146 | <para> |
145 | On <link linkend="FE_GET_PROPERTY">FE_GET_PROPERTY</link>/<link linkend="FE_SET_PROPERTY">FE_SET_PROPERTY</link>, | 147 | On <link linkend="FE_GET_PROPERTY">FE_GET_PROPERTY</link>/<link linkend="FE_SET_PROPERTY">FE_SET_PROPERTY</link>, |
146 | the actual action is determined by the dtv_property cmd/data pairs. With one single ioctl, is possible to | 148 | the actual action is determined by the dtv_property cmd/data pairs. With one single ioctl, is possible to |
147 | get/set up to 64 properties. The actual meaning of each property is described on the next sections. | 149 | get/set up to 64 properties. The actual meaning of each property is described on the next sections. |
148 | </para> | 150 | </para> |
149 | 151 | ||
150 | <para>The Available frontend property types are:</para> | 152 | <para>The available frontend property types are:</para> |
151 | <programlisting> | 153 | <programlisting> |
152 | #define DTV_UNDEFINED 0 | 154 | #define DTV_UNDEFINED 0 |
153 | #define DTV_TUNE 1 | 155 | #define DTV_TUNE 1 |
@@ -193,6 +195,7 @@ get/set up to 64 properties. The actual meaning of each property is described on | |||
193 | #define DTV_ISDBT_LAYER_ENABLED 41 | 195 | #define DTV_ISDBT_LAYER_ENABLED 41 |
194 | #define DTV_ISDBS_TS_ID 42 | 196 | #define DTV_ISDBS_TS_ID 42 |
195 | </programlisting> | 197 | </programlisting> |
198 | </section> | ||
196 | 199 | ||
197 | <section id="fe_property_common"> | 200 | <section id="fe_property_common"> |
198 | <title>Parameters that are common to all Digital TV standards</title> | 201 | <title>Parameters that are common to all Digital TV standards</title> |
diff --git a/Documentation/DocBook/v4l/subdev-formats.xml b/Documentation/DocBook/v4l/subdev-formats.xml index a26b10c07857..8d3409d2c632 100644 --- a/Documentation/DocBook/v4l/subdev-formats.xml +++ b/Documentation/DocBook/v4l/subdev-formats.xml | |||
@@ -2531,13 +2531,13 @@ | |||
2531 | <constant>_JPEG</constant> prefix the format code is made of | 2531 | <constant>_JPEG</constant> prefix the format code is made of |
2532 | the following information. | 2532 | the following information. |
2533 | <itemizedlist> | 2533 | <itemizedlist> |
2534 | <listitem>The number of bus samples per entropy encoded byte.</listitem> | 2534 | <listitem><para>The number of bus samples per entropy encoded byte.</para></listitem> |
2535 | <listitem>The bus width.</listitem> | 2535 | <listitem><para>The bus width.</para></listitem> |
2536 | </itemizedlist> | 2536 | </itemizedlist> |
2537 | </para> | ||
2537 | 2538 | ||
2538 | <para>For instance, for a JPEG baseline process and an 8-bit bus width | 2539 | <para>For instance, for a JPEG baseline process and an 8-bit bus width |
2539 | the format will be named <constant>V4L2_MBUS_FMT_JPEG_1X8</constant>. | 2540 | the format will be named <constant>V4L2_MBUS_FMT_JPEG_1X8</constant>. |
2540 | </para> | ||
2541 | </para> | 2541 | </para> |
2542 | 2542 | ||
2543 | <para>The following table lists existing JPEG compressed formats.</para> | 2543 | <para>The following table lists existing JPEG compressed formats.</para> |