aboutsummaryrefslogtreecommitdiff
path: root/Documentation/DocBook/media/dvb/dvbproperty.xml
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-06-07 21:40:22 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 17:52:49 -0300
commit3272c3ec21a28bad3f852376e48388bae55e0134 (patch)
treeaa0af8033a1f861bc1241beef2d7bf9de6cbf7e1 /Documentation/DocBook/media/dvb/dvbproperty.xml
parent994e262e3e52bf9840f0f079c29696e5ab50057f (diff)
[media] DocBook: Finish synchronizing the frontend API
Remove the remaining: Error: no ID for constraint linkend: With this patch, the dvb frontend API matches the current dvb core implementation. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook/media/dvb/dvbproperty.xml')
-rw-r--r--Documentation/DocBook/media/dvb/dvbproperty.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml
index 4c45f3c1ba7..64151bb16b1 100644
--- a/Documentation/DocBook/media/dvb/dvbproperty.xml
+++ b/Documentation/DocBook/media/dvb/dvbproperty.xml
@@ -7,6 +7,8 @@ the capability ioctls weren't implemented yet via the new way.</para>
<para>The typical usage for the <constant>FE_GET_PROPERTY/FE_SET_PROPERTY</constant>
API is to replace the ioctl's were the <link linkend="dvb-frontend-parameters">
struct <constant>dvb_frontend_parameters</constant></link> were used.</para>
+<section id="dtv-property">
+<title>DTV property type</title>
<programlisting>
/* Reserved fields should be set to 0 */
struct dtv_property {
@@ -25,12 +27,17 @@ struct dtv_property {
/* num of properties cannot exceed DTV_IOCTL_MAX_MSGS per ioctl */
#define DTV_IOCTL_MAX_MSGS 64
-
+</programlisting>
+</section>
+<section id="dtv-properties">
+<title>DTV properties type</title>
+<programlisting>
struct dtv_properties {
__u32 num;
struct dtv_property *props;
};
</programlisting>
+</section>
<section id="FE_GET_PROPERTY">
<title>FE_GET_PROPERTY</title>