diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-01-17 06:45:48 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-01-17 06:45:48 -0500 |
commit | a34e2a784f8d5b4d26fb3cc378e04296cdc7ad23 (patch) | |
tree | a099c7af36c228f5f318aa9b76b56b7c0e0144a2 /Documentation/DocBook | |
parent | 3b6a567afa3250abf280ef535000dc0dc3ed9d52 (diff) |
[media] DocBook/dvbproperty.xml: Fix the units for DTV_FREQUENCY
The units for DTV_FREQUENCY are kHz for satellital delivery systems
(DVB-S/DVB-S2/DVB-TURBO/ISDB-S). Fix it at the API spec.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/media/dvb/dvbproperty.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml index ffee1fbbc001..049664192bb7 100644 --- a/Documentation/DocBook/media/dvb/dvbproperty.xml +++ b/Documentation/DocBook/media/dvb/dvbproperty.xml | |||
@@ -163,14 +163,16 @@ get/set up to 64 properties. The actual meaning of each property is described on | |||
163 | <section id="DTV-FREQUENCY"> | 163 | <section id="DTV-FREQUENCY"> |
164 | <title><constant>DTV_FREQUENCY</constant></title> | 164 | <title><constant>DTV_FREQUENCY</constant></title> |
165 | 165 | ||
166 | <para>Central frequency of the channel, in HZ.</para> | 166 | <para>Central frequency of the channel.</para> |
167 | 167 | ||
168 | <para>Notes:</para> | 168 | <para>Notes:</para> |
169 | <para>1)For ISDB-T, the channels are usually transmitted with an offset of 143kHz. | 169 | <para>1)For satellital delivery systems, it is measured in kHz. |
170 | For the other ones, it is measured in Hz.</para> | ||
171 | <para>2)For ISDB-T, the channels are usually transmitted with an offset of 143kHz. | ||
170 | E.g. a valid frequncy could be 474143 kHz. The stepping is bound to the bandwidth of | 172 | E.g. a valid frequncy could be 474143 kHz. The stepping is bound to the bandwidth of |
171 | the channel which is 6MHz.</para> | 173 | the channel which is 6MHz.</para> |
172 | 174 | ||
173 | <para>2)As in ISDB-Tsb the channel consists of only one or three segments the | 175 | <para>3)As in ISDB-Tsb the channel consists of only one or three segments the |
174 | frequency step is 429kHz, 3*429 respectively. As for ISDB-T the | 176 | frequency step is 429kHz, 3*429 respectively. As for ISDB-T the |
175 | central frequency of the channel is expected.</para> | 177 | central frequency of the channel is expected.</para> |
176 | </section> | 178 | </section> |