diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2011-05-23 12:12:27 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-05-25 12:51:59 +0200 |
commit | 5f1e15868871a9da820357e0e3ff6fe89d2a16a6 (patch) | |
tree | d6599a1e2d89e5732756ff13008768ef65d85379 /Documentation/DocBook/dvb/dvbproperty.xml | |
parent | [media] wl12xx: g_volatile_ctrl fix: wrong field set (diff) | |
download | linux-5f1e15868871a9da820357e0e3ff6fe89d2a16a6.tar.xz linux-5f1e15868871a9da820357e0e3ff6fe89d2a16a6.zip |
[media] Media DocBook: fix validation errors
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook/dvb/dvbproperty.xml')
-rw-r--r-- | Documentation/DocBook/dvb/dvbproperty.xml | 5 |
1 files changed, 4 insertions, 1 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 { </row></tbody></tgroup></informaltable> </section> +<section> + <title>Property types</title> <para> On <link linkend="FE_GET_PROPERTY">FE_GET_PROPERTY</link>/<link linkend="FE_SET_PROPERTY">FE_SET_PROPERTY</link>, the actual action is determined by the dtv_property cmd/data pairs. With one single ioctl, is possible to get/set up to 64 properties. The actual meaning of each property is described on the next sections. </para> -<para>The Available frontend property types are:</para> +<para>The available frontend property types are:</para> <programlisting> #define DTV_UNDEFINED 0 #define DTV_TUNE 1 @@ -193,6 +195,7 @@ get/set up to 64 properties. The actual meaning of each property is described on #define DTV_ISDBT_LAYER_ENABLED 41 #define DTV_ISDBS_TS_ID 42 </programlisting> +</section> <section id="fe_property_common"> <title>Parameters that are common to all Digital TV standards</title> |