diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-26 17:35:44 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-30 14:41:27 +0300 |
commit | c569eb707a04772e763d3bfebb9713e93c8b9d61 (patch) | |
tree | 1d5a81c02f5eef7e0232002bca02f978cc3ba5da /Documentation/DocBook/media/dvb/dvbproperty.xml | |
parent | e4aa18d33c3a05f9ac51a8c8c7863318c807650f (diff) | |
download | linux-c569eb707a04772e763d3bfebb9713e93c8b9d61.tar.xz |
[media] DocBook: Add xref links for DTV propeties
Create xref links for all DTV properties and link the frontend.h
to each. Also use them at the DVB frontent API example.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook/media/dvb/dvbproperty.xml')
-rw-r--r-- | Documentation/DocBook/media/dvb/dvbproperty.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml index c10ed0636d02..bb86a74ed7fe 100644 --- a/Documentation/DocBook/media/dvb/dvbproperty.xml +++ b/Documentation/DocBook/media/dvb/dvbproperty.xml @@ -20,12 +20,12 @@ rate of 5.217 Mbauds, those properties should be sent to <link linkend="FE_GET_PROPERTY"><constant>FE_SET_PROPERTY</constant></link> ioctl:</para> <itemizedlist> - <listitem>DTV_FREQUENCY = 651000000</listitem> - <listitem>DTV_MODULATION = QAM_256</listitem> - <listitem>DTV_INVERSION = INVERSION_AUTO</listitem> - <listitem>DTV_SYMBOL_RATE = 5217000</listitem> - <listitem>DTV_INNER_FEC = FEC_3_4</listitem> - <listitem>DTV_TUNE</listitem> + <listitem>&DTV-FREQUENCY; = 651000000</listitem> + <listitem>&DTV-MODULATION; = QAM_256</listitem> + <listitem>&DTV-INVERSION; = INVERSION_AUTO</listitem> + <listitem>&DTV-SYMBOL-RATE; = 5217000</listitem> + <listitem>&DTV-INNER-FEC; = FEC_3_4</listitem> + <listitem>&DTV-TUNE;</listitem> </itemizedlist> <para>NOTE: This section describes the DVB version 5 extension of the DVB-API, also called "S2API", as this API were added to provide support for DVB-S2. It |