Commit ff50574c authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] DocBook: Remove duplicated documentation for SEC_VOLTAGE_*

The table were documented at the legacy ioctl call. Move it
to the DVBv5 ioctl, and add a cross ref link on the legacy
section.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 448bac10
...@@ -401,12 +401,31 @@ get/set up to 64 properties. The actual meaning of each property is described on ...@@ -401,12 +401,31 @@ get/set up to 64 properties. The actual meaning of each property is described on
the polarzation (horizontal/vertical). When using DiSEqC epuipment this the polarzation (horizontal/vertical). When using DiSEqC epuipment this
voltage has to be switched consistently to the DiSEqC commands as voltage has to be switched consistently to the DiSEqC commands as
described in the DiSEqC spec.</para> described in the DiSEqC spec.</para>
<programlisting>
typedef enum fe_sec_voltage { <table pgwide="1" frame="none" id="fe-sec-voltage">
SEC_VOLTAGE_13, <title id="fe-sec-voltage-t">enum fe_sec_voltage</title>
SEC_VOLTAGE_18 <tgroup cols="2">
} fe_sec_voltage_t; &cs-def;
</programlisting> <thead>
<row>
<entry>ID</entry>
<entry>Description</entry>
</row>
</thead>
<tbody valign="top">
<row>
<entry align="char" id="SEC-VOLTAGE-13"><constant>SEC_VOLTAGE_13</constant></entry>
<entry align="char">Set DC voltage level to 13V</entry>
</row><row>
<entry align="char" id="SEC-VOLTAGE-18"><constant>SEC_VOLTAGE_18</constant></entry>
<entry align="char">Set DC voltage level to 18V</entry>
</row><row>
<entry align="char" id="SEC-VOLTAGE-OFF"><constant>SEC_VOLTAGE_OFF</constant></entry>
<entry align="char">Don't send any voltage to the antenna</entry>
</row>
</tbody>
</tgroup>
</table>
</section> </section>
<section id="DTV-TONE"> <section id="DTV-TONE">
<title><constant>DTV_TONE</constant></title> <title><constant>DTV_TONE</constant></title>
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
<term><parameter>voltage</parameter></term> <term><parameter>voltage</parameter></term>
<listitem> <listitem>
<para>pointer to &fe-sec-voltage;</para> <para>pointer to &fe-sec-voltage;</para>
<para>Valid values are described at &fe-sec-voltage;.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
...@@ -65,33 +66,4 @@ ...@@ -65,33 +66,4 @@
&return-value-dvb; &return-value-dvb;
</refsect1> </refsect1>
<refsect1 id="fe-sec-voltage-t">
<title>enum fe_sec_voltage</title>
<table pgwide="1" frame="none" id="fe-sec-voltage">
<title>enum fe_status</title>
<tgroup cols="2">
&cs-def;
<thead>
<row>
<entry>ID</entry>
<entry>Description</entry>
</row>
</thead>
<tbody valign="top">
<row>
<entry align="char" id="SEC-VOLTAGE-13"><constant>SEC_VOLTAGE_13</constant></entry>
<entry align="char">Set DC voltage level to 13V</entry>
</row><row>
<entry align="char" id="SEC-VOLTAGE-18"><constant>SEC_VOLTAGE_18</constant></entry>
<entry align="char">Set DC voltage level to 18V</entry>
</row><row>
<entry align="char" id="SEC-VOLTAGE-OFF"><constant>SEC_VOLTAGE_OFF</constant></entry>
<entry align="char">Don't send any voltage to the antenna</entry>
</row>
</tbody>
</tgroup>
</table>
</refsect1>
</refentry> </refentry>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment