blob: ffee1fbbc001ae316f40be9def3b2456e20c9118 [file] [log] [blame]
Mauro Carvalho Chehab0ed08b42011-05-06 12:32:03 -03001<section id="FE_GET_SET_PROPERTY">
Mauro Carvalho Chehab994e2622011-06-07 20:52:33 -03002<title><constant>FE_GET_PROPERTY/FE_SET_PROPERTY</constant></title>
3<para>This section describes the DVB version 5 extention of the DVB-API, also
4called "S2API", as this API were added to provide support for DVB-S2. It was
5designed to be able to replace the old frontend API. Yet, the DISEQC and
6the capability ioctls weren't implemented yet via the new way.</para>
7<para>The typical usage for the <constant>FE_GET_PROPERTY/FE_SET_PROPERTY</constant>
8API is to replace the ioctl's were the <link linkend="dvb-frontend-parameters">
9struct <constant>dvb_frontend_parameters</constant></link> were used.</para>
Mauro Carvalho Chehab3272c3e2011-06-07 21:40:22 -030010<section id="dtv-property">
11<title>DTV property type</title>
Mauro Carvalho Chehab0ed08b42011-05-06 12:32:03 -030012<programlisting>
13/* Reserved fields should be set to 0 */
14struct dtv_property {
15 __u32 cmd;
16 union {
17 __u32 data;
18 struct {
19 __u8 data[32];
20 __u32 len;
21 __u32 reserved1[3];
22 void *reserved2;
23 } buffer;
24 } u;
25 int result;
26} __attribute__ ((packed));
27
28/* num of properties cannot exceed DTV_IOCTL_MAX_MSGS per ioctl */
29#define DTV_IOCTL_MAX_MSGS 64
Mauro Carvalho Chehab3272c3e2011-06-07 21:40:22 -030030</programlisting>
31</section>
32<section id="dtv-properties">
33<title>DTV properties type</title>
34<programlisting>
Mauro Carvalho Chehab0ed08b42011-05-06 12:32:03 -030035struct dtv_properties {
36 __u32 num;
37 struct dtv_property *props;
38};
39</programlisting>
Mauro Carvalho Chehab3272c3e2011-06-07 21:40:22 -030040</section>
Mauro Carvalho Chehab0ed08b42011-05-06 12:32:03 -030041
42<section id="FE_GET_PROPERTY">
43<title>FE_GET_PROPERTY</title>
44<para>DESCRIPTION
45</para>
46<informaltable><tgroup cols="1"><tbody><row><entry
47 align="char">
48<para>This ioctl call returns one or more frontend properties. This call only
49 requires read-only access to the device.</para>
50</entry>
51 </row></tbody></tgroup></informaltable>
52<para>SYNOPSIS
53</para>
54<informaltable><tgroup cols="1"><tbody><row><entry
55 align="char">
56<para>int ioctl(int fd, int request = <link linkend="FE_GET_PROPERTY">FE_GET_PROPERTY</link>,
57 dtv_properties &#x22C6;props);</para>
58</entry>
59 </row></tbody></tgroup></informaltable>
60<para>PARAMETERS
61</para>
62<informaltable><tgroup cols="2"><tbody><row><entry align="char">
63<para>int fd</para>
64</entry><entry
65 align="char">
66<para>File descriptor returned by a previous call to open().</para>
67</entry>
68 </row><row><entry
69 align="char">
70<para>int num</para>
71</entry><entry
72 align="char">
73<para>Equals <link linkend="FE_GET_PROPERTY">FE_GET_PROPERTY</link> for this command.</para>
74</entry>
75 </row><row><entry
76 align="char">
77<para>struct dtv_property *props</para>
78</entry><entry
79 align="char">
80<para>Points to the location where the front-end property commands are stored.</para>
81</entry>
82 </row></tbody></tgroup></informaltable>
Mauro Carvalho Chehab3de530f2011-07-05 12:36:01 -030083&return-value-dvb;
Mauro Carvalho Chehab0ed08b42011-05-06 12:32:03 -030084<informaltable><tgroup cols="2"><tbody><row>
Mauro Carvalho Chehab0ed08b42011-05-06 12:32:03 -030085 <entry align="char"><para>EOPNOTSUPP</para></entry>
86 <entry align="char"><para>Property type not supported.</para></entry>
87 </row></tbody></tgroup></informaltable>
88</section>
89
90<section id="FE_SET_PROPERTY">
91<title>FE_SET_PROPERTY</title>
92<para>DESCRIPTION
93</para>
94<informaltable><tgroup cols="1"><tbody><row><entry
95 align="char">
96<para>This ioctl call sets one or more frontend properties. This call only
97 requires read-only access to the device.</para>
98</entry>
99 </row></tbody></tgroup></informaltable>
100<para>SYNOPSIS
101</para>
102<informaltable><tgroup cols="1"><tbody><row><entry
103 align="char">
104<para>int ioctl(int fd, int request = <link linkend="FE_SET_PROPERTY">FE_SET_PROPERTY</link>,
105 dtv_properties &#x22C6;props);</para>
106</entry>
107 </row></tbody></tgroup></informaltable>
108<para>PARAMETERS
109</para>
110<informaltable><tgroup cols="2"><tbody><row><entry align="char">
111<para>int fd</para>
112</entry><entry
113 align="char">
114<para>File descriptor returned by a previous call to open().</para>
115</entry>
116 </row><row><entry
117 align="char">
118<para>int num</para>
119</entry><entry
120 align="char">
121<para>Equals <link linkend="FE_SET_PROPERTY">FE_SET_PROPERTY</link> for this command.</para>
122</entry>
123 </row><row><entry
124 align="char">
125<para>struct dtv_property *props</para>
126</entry><entry
127 align="char">
128<para>Points to the location where the front-end property commands are stored.</para>
129</entry>
130 </row></tbody></tgroup></informaltable>
Mauro Carvalho Chehab3de530f2011-07-05 12:36:01 -0300131&return-value-dvb;
Mauro Carvalho Chehab0ed08b42011-05-06 12:32:03 -0300132<informaltable><tgroup cols="2"><tbody><row>
Mauro Carvalho Chehab0ed08b42011-05-06 12:32:03 -0300133 <entry align="char"><para>EOPNOTSUPP</para></entry>
134 <entry align="char"><para>Property type not supported.</para></entry>
135 </row></tbody></tgroup></informaltable>
136</section>
137
Hans Verkuil5f1e1582011-05-23 07:12:27 -0300138<section>
139 <title>Property types</title>
Mauro Carvalho Chehab0ed08b42011-05-06 12:32:03 -0300140<para>
141On <link linkend="FE_GET_PROPERTY">FE_GET_PROPERTY</link>/<link linkend="FE_SET_PROPERTY">FE_SET_PROPERTY</link>,
142the actual action is determined by the dtv_property cmd/data pairs. With one single ioctl, is possible to
143get/set up to 64 properties. The actual meaning of each property is described on the next sections.
144</para>
145
Mauro Carvalho Chehab994e2622011-06-07 20:52:33 -0300146<para>The available frontend property types are shown on the next section.</para>
Hans Verkuil5f1e1582011-05-23 07:12:27 -0300147</section>
Mauro Carvalho Chehab0ed08b42011-05-06 12:32:03 -0300148
Mauro Carvalho Chehab17d8bb02011-06-07 20:05:13 -0300149<section id="fe_property_parameters">
150 <title>Digital TV property parameters</title>
Mauro Carvalho Chehab04a92072011-06-07 19:37:47 -0300151 <section id="DTV-UNDEFINED">
152 <title><constant>DTV_UNDEFINED</constant></title>
153 <para>Used internally. A GET/SET operation for it won't change or return anything.</para>
154 </section>
155 <section id="DTV-TUNE">
156 <title><constant>DTV_TUNE</constant></title>
157 <para>Interpret the cache of data, build either a traditional frontend tunerequest so we can pass validation in the <constant>FE_SET_FRONTEND</constant> ioctl.</para>
158 </section>
159 <section id="DTV-CLEAR">
160 <title><constant>DTV_CLEAR</constant></title>
161 <para>Reset a cache of data specific to the frontend here. This does not effect hardware.</para>
162 </section>
Mauro Carvalho Chehab17d8bb02011-06-07 20:05:13 -0300163 <section id="DTV-FREQUENCY">
164 <title><constant>DTV_FREQUENCY</constant></title>
165
166 <para>Central frequency of the channel, in HZ.</para>
167
168 <para>Notes:</para>
169 <para>1)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
171 the channel which is 6MHz.</para>
172
173 <para>2)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
175 central frequency of the channel is expected.</para>
176 </section>
Mauro Carvalho Chehab04a92072011-06-07 19:37:47 -0300177 <section id="DTV-MODULATION">
178 <title><constant>DTV_MODULATION</constant></title>
179<para>Specifies the frontend modulation type for cable and satellite types. The modulation can be one of the types bellow:</para>
180<programlisting>
181 typedef enum fe_modulation {
182 QPSK,
183 QAM_16,
184 QAM_32,
185 QAM_64,
186 QAM_128,
187 QAM_256,
188 QAM_AUTO,
189 VSB_8,
190 VSB_16,
191 PSK_8,
192 APSK_16,
193 APSK_32,
194 DQPSK,
195 } fe_modulation_t;
196</programlisting>
197 </section>
Mauro Carvalho Chehab17d8bb02011-06-07 20:05:13 -0300198 <section id="DTV-BANDWIDTH-HZ">
199 <title><constant>DTV_BANDWIDTH_HZ</constant></title>
200
201 <para>Bandwidth for the channel, in HZ.</para>
202
203 <para>Possible values:
204 <constant>1712000</constant>,
205 <constant>5000000</constant>,
206 <constant>6000000</constant>,
207 <constant>7000000</constant>,
208 <constant>8000000</constant>,
209 <constant>10000000</constant>.
210 </para>
211
212 <para>Notes:</para>
213
214 <para>1) For ISDB-T it should be always 6000000Hz (6MHz)</para>
215 <para>2) For ISDB-Tsb it can vary depending on the number of connected segments</para>
216 <para>3) Bandwidth doesn't apply for DVB-C transmissions, as the bandwidth
217 for DVB-C depends on the symbol rate</para>
218 <para>4) Bandwidth in ISDB-T is fixed (6MHz) or can be easily derived from
219 other parameters (DTV_ISDBT_SB_SEGMENT_IDX,
220 DTV_ISDBT_SB_SEGMENT_COUNT).</para>
221 <para>5) DVB-T supports 6, 7 and 8MHz.</para>
222 <para>6) In addition, DVB-T2 supports 1.172, 5 and 10MHz.</para>
223 </section>
Mauro Carvalho Chehab04a92072011-06-07 19:37:47 -0300224 <section id="DTV-INVERSION">
225 <title><constant>DTV_INVERSION</constant></title>
226 <para>The Inversion field can take one of these values:
227 </para>
228 <programlisting>
229 typedef enum fe_spectral_inversion {
230 INVERSION_OFF,
231 INVERSION_ON,
232 INVERSION_AUTO
233 } fe_spectral_inversion_t;
234 </programlisting>
235 <para>It indicates if spectral inversion should be presumed or not. In the automatic setting
236 (<constant>INVERSION_AUTO</constant>) the hardware will try to figure out the correct setting by
237 itself.
238 </para>
239 </section>
240 <section id="DTV-DISEQC-MASTER">
241 <title><constant>DTV_DISEQC_MASTER</constant></title>
242 <para>Currently not implemented.</para>
243 </section>
244 <section id="DTV-SYMBOL-RATE">
245 <title><constant>DTV_SYMBOL_RATE</constant></title>
246 <para>Digital TV symbol rate, in bauds (symbols/second). Used on cable standards.</para>
247 </section>
248 <section id="DTV-INNER-FEC">
249 <title><constant>DTV_INNER_FEC</constant></title>
250 <para>Used cable/satellite transmissions. The acceptable values are:
251 </para>
252 <programlisting>
253typedef enum fe_code_rate {
254 FEC_NONE = 0,
255 FEC_1_2,
256 FEC_2_3,
257 FEC_3_4,
258 FEC_4_5,
259 FEC_5_6,
260 FEC_6_7,
261 FEC_7_8,
262 FEC_8_9,
263 FEC_AUTO,
264 FEC_3_5,
265 FEC_9_10,
266} fe_code_rate_t;
267 </programlisting>
268 <para>which correspond to error correction rates of 1/2, 2/3, etc.,
269 no error correction or auto detection.</para>
270 </section>
271 <section id="DTV-VOLTAGE">
272 <title><constant>DTV_VOLTAGE</constant></title>
273 <para>The voltage is usually used with non-DiSEqC capable LNBs to switch
274 the polarzation (horizontal/vertical). When using DiSEqC epuipment this
275 voltage has to be switched consistently to the DiSEqC commands as
276 described in the DiSEqC spec.</para>
277 <programlisting>
278 typedef enum fe_sec_voltage {
279 SEC_VOLTAGE_13,
280 SEC_VOLTAGE_18
281 } fe_sec_voltage_t;
282 </programlisting>
283 </section>
284 <section id="DTV-TONE">
285 <title><constant>DTV_TONE</constant></title>
286 <para>Currently not used.</para>
287 </section>
288 <section id="DTV-PILOT">
289 <title><constant>DTV_PILOT</constant></title>
290 <para>Sets DVB-S2 pilot</para>
291 <section id="fe-pilot-t">
292 <title>fe_pilot type</title>
293 <programlisting>
294typedef enum fe_pilot {
295 PILOT_ON,
296 PILOT_OFF,
297 PILOT_AUTO,
298} fe_pilot_t;
299 </programlisting>
300 </section>
301 </section>
302 <section id="DTV-ROLLOFF">
303 <title><constant>DTV_ROLLOFF</constant></title>
304 <para>Sets DVB-S2 rolloff</para>
305
306 <section id="fe-rolloff-t">
307 <title>fe_rolloff type</title>
308 <programlisting>
309typedef enum fe_rolloff {
310 ROLLOFF_35, /* Implied value in DVB-S, default for DVB-S2 */
311 ROLLOFF_20,
312 ROLLOFF_25,
313 ROLLOFF_AUTO,
314} fe_rolloff_t;
315 </programlisting>
316 </section>
317 </section>
318 <section id="DTV-DISEQC-SLAVE-REPLY">
319 <title><constant>DTV_DISEQC_SLAVE_REPLY</constant></title>
320 <para>Currently not implemented.</para>
321 </section>
322 <section id="DTV-FE-CAPABILITY-COUNT">
323 <title><constant>DTV_FE_CAPABILITY_COUNT</constant></title>
324 <para>Currently not implemented.</para>
325 </section>
326 <section id="DTV-FE-CAPABILITY">
327 <title><constant>DTV_FE_CAPABILITY</constant></title>
328 <para>Currently not implemented.</para>
329 </section>
Mauro Carvalho Chehab17d8bb02011-06-07 20:05:13 -0300330 <section id="DTV-DELIVERY-SYSTEM">
331 <title><constant>DTV_DELIVERY_SYSTEM</constant></title>
332 <para>Specifies the type of Delivery system</para>
333 <section id="fe-delivery-system-t">
334 <title>fe_delivery_system type</title>
335 <para>Possible values: </para>
336<programlisting>
Mauro Carvalho Chehab669a4ba2011-12-17 20:36:56 -0300337
Mauro Carvalho Chehab17d8bb02011-06-07 20:05:13 -0300338typedef enum fe_delivery_system {
339 SYS_UNDEFINED,
Mauro Carvalho Chehab669a4ba2011-12-17 20:36:56 -0300340 SYS_DVBC_ANNEX_A,
Mauro Carvalho Chehab17d8bb02011-06-07 20:05:13 -0300341 SYS_DVBC_ANNEX_B,
342 SYS_DVBT,
343 SYS_DSS,
344 SYS_DVBS,
345 SYS_DVBS2,
346 SYS_DVBH,
347 SYS_ISDBT,
348 SYS_ISDBS,
349 SYS_ISDBC,
350 SYS_ATSC,
351 SYS_ATSCMH,
352 SYS_DMBTH,
353 SYS_CMMB,
354 SYS_DAB,
355 SYS_DVBT2,
Andreas Oberritter83dc3142011-08-08 11:54:35 -0300356 SYS_TURBO,
Mauro Carvalho Chehab669a4ba2011-12-17 20:36:56 -0300357 SYS_DVBC_ANNEX_C,
Mauro Carvalho Chehab17d8bb02011-06-07 20:05:13 -0300358} fe_delivery_system_t;
359</programlisting>
360 </section>
361 </section>
362 <section id="DTV-ISDBT-PARTIAL-RECEPTION">
363 <title><constant>DTV_ISDBT_PARTIAL_RECEPTION</constant></title>
364
365 <para>If <constant>DTV_ISDBT_SOUND_BROADCASTING</constant> is '0' this bit-field represents whether
366 the channel is in partial reception mode or not.</para>
367
368 <para>If '1' <constant>DTV_ISDBT_LAYERA_*</constant> values are assigned to the center segment and
369 <constant>DTV_ISDBT_LAYERA_SEGMENT_COUNT</constant> has to be '1'.</para>
370
371 <para>If in addition <constant>DTV_ISDBT_SOUND_BROADCASTING</constant> is '1'
372 <constant>DTV_ISDBT_PARTIAL_RECEPTION</constant> represents whether this ISDB-Tsb channel
373 is consisting of one segment and layer or three segments and two layers.</para>
374
375 <para>Possible values: 0, 1, -1 (AUTO)</para>
376 </section>
377 <section id="DTV-ISDBT-SOUND-BROADCASTING">
378 <title><constant>DTV_ISDBT_SOUND_BROADCASTING</constant></title>
379
380 <para>This field represents whether the other DTV_ISDBT_*-parameters are
381 referring to an ISDB-T and an ISDB-Tsb channel. (See also
382 <constant>DTV_ISDBT_PARTIAL_RECEPTION</constant>).</para>
383
384 <para>Possible values: 0, 1, -1 (AUTO)</para>
385 </section>
386 <section id="DTV-ISDBT-SB-SUBCHANNEL-ID">
387 <title><constant>DTV_ISDBT_SB_SUBCHANNEL_ID</constant></title>
388
389 <para>This field only applies if <constant>DTV_ISDBT_SOUND_BROADCASTING</constant> is '1'.</para>
390
391 <para>(Note of the author: This might not be the correct description of the
392 <constant>SUBCHANNEL-ID</constant> in all details, but it is my understanding of the technical
393 background needed to program a device)</para>
394
395 <para>An ISDB-Tsb channel (1 or 3 segments) can be broadcasted alone or in a
396 set of connected ISDB-Tsb channels. In this set of channels every
397 channel can be received independently. The number of connected
398 ISDB-Tsb segment can vary, e.g. depending on the frequency spectrum
399 bandwidth available.</para>
400
401 <para>Example: Assume 8 ISDB-Tsb connected segments are broadcasted. The
402 broadcaster has several possibilities to put those channels in the
403 air: Assuming a normal 13-segment ISDB-T spectrum he can align the 8
404 segments from position 1-8 to 5-13 or anything in between.</para>
405
406 <para>The underlying layer of segments are subchannels: each segment is
407 consisting of several subchannels with a predefined IDs. A sub-channel
408 is used to help the demodulator to synchronize on the channel.</para>
409
410 <para>An ISDB-T channel is always centered over all sub-channels. As for
411 the example above, in ISDB-Tsb it is no longer as simple as that.</para>
412
413 <para><constant>The DTV_ISDBT_SB_SUBCHANNEL_ID</constant> parameter is used to give the
414 sub-channel ID of the segment to be demodulated.</para>
415
416 <para>Possible values: 0 .. 41, -1 (AUTO)</para>
417 </section>
418 <section id="DTV-ISDBT-SB-SEGMENT-IDX">
419 <title><constant>DTV_ISDBT_SB_SEGMENT_IDX</constant></title>
420 <para>This field only applies if <constant>DTV_ISDBT_SOUND_BROADCASTING</constant> is '1'.</para>
421 <para><constant>DTV_ISDBT_SB_SEGMENT_IDX</constant> gives the index of the segment to be
422 demodulated for an ISDB-Tsb channel where several of them are
423 transmitted in the connected manner.</para>
424 <para>Possible values: 0 .. <constant>DTV_ISDBT_SB_SEGMENT_COUNT</constant> - 1</para>
425 <para>Note: This value cannot be determined by an automatic channel search.</para>
426 </section>
427 <section id="DTV-ISDBT-SB-SEGMENT-COUNT">
428 <title><constant>DTV_ISDBT_SB_SEGMENT_COUNT</constant></title>
429 <para>This field only applies if <constant>DTV_ISDBT_SOUND_BROADCASTING</constant> is '1'.</para>
430 <para><constant>DTV_ISDBT_SB_SEGMENT_COUNT</constant> gives the total count of connected ISDB-Tsb
431 channels.</para>
432 <para>Possible values: 1 .. 13</para>
433 <para>Note: This value cannot be determined by an automatic channel search.</para>
434 </section>
435 <section id="isdb-hierq-layers">
Mauro Carvalho Chehab446c18f2011-06-07 23:08:19 -0300436 <title><constant>DTV-ISDBT-LAYER*</constant> parameters</title>
Mauro Carvalho Chehab17d8bb02011-06-07 20:05:13 -0300437 <para>ISDB-T channels can be coded hierarchically. As opposed to DVB-T in
438 ISDB-T hierarchical layers can be decoded simultaneously. For that
439 reason a ISDB-T demodulator has 3 viterbi and 3 reed-solomon-decoders.</para>
440 <para>ISDB-T has 3 hierarchical layers which each can use a part of the
441 available segments. The total number of segments over all layers has
442 to 13 in ISDB-T.</para>
Mauro Carvalho Chehab446c18f2011-06-07 23:08:19 -0300443 <para>There are 3 parameter sets, for Layers A, B and C.</para>
Mauro Carvalho Chehab17d8bb02011-06-07 20:05:13 -0300444 <section id="DTV-ISDBT-LAYER-ENABLED">
445 <title><constant>DTV_ISDBT_LAYER_ENABLED</constant></title>
446 <para>Hierarchical reception in ISDB-T is achieved by enabling or disabling
447 layers in the decoding process. Setting all bits of
448 <constant>DTV_ISDBT_LAYER_ENABLED</constant> to '1' forces all layers (if applicable) to be
449 demodulated. This is the default.</para>
450 <para>If the channel is in the partial reception mode
451 (<constant>DTV_ISDBT_PARTIAL_RECEPTION</constant> = 1) the central segment can be decoded
452 independently of the other 12 segments. In that mode layer A has to
453 have a <constant>SEGMENT_COUNT</constant> of 1.</para>
454 <para>In ISDB-Tsb only layer A is used, it can be 1 or 3 in ISDB-Tsb
455 according to <constant>DTV_ISDBT_PARTIAL_RECEPTION</constant>. <constant>SEGMENT_COUNT</constant> must be filled
456 accordingly.</para>
457 <para>Possible values: 0x1, 0x2, 0x4 (|-able)</para>
458 <para><constant>DTV_ISDBT_LAYER_ENABLED[0:0]</constant> - layer A</para>
459 <para><constant>DTV_ISDBT_LAYER_ENABLED[1:1]</constant> - layer B</para>
460 <para><constant>DTV_ISDBT_LAYER_ENABLED[2:2]</constant> - layer C</para>
461 <para><constant>DTV_ISDBT_LAYER_ENABLED[31:3]</constant> unused</para>
462 </section>
463 <section id="DTV-ISDBT-LAYER-FEC">
464 <title><constant>DTV_ISDBT_LAYER*_FEC</constant></title>
465 <para>Possible values: <constant>FEC_AUTO</constant>, <constant>FEC_1_2</constant>, <constant>FEC_2_3</constant>, <constant>FEC_3_4</constant>, <constant>FEC_5_6</constant>, <constant>FEC_7_8</constant></para>
466 </section>
467 <section id="DTV-ISDBT-LAYER-MODULATION">
468 <title><constant>DTV_ISDBT_LAYER*_MODULATION</constant></title>
469 <para>Possible values: <constant>QAM_AUTO</constant>, QP<constant>SK, QAM_16</constant>, <constant>QAM_64</constant>, <constant>DQPSK</constant></para>
470 <para>Note: If layer C is <constant>DQPSK</constant> layer B has to be <constant>DQPSK</constant>. If layer B is <constant>DQPSK</constant>
471 and <constant>DTV_ISDBT_PARTIAL_RECEPTION</constant>=0 layer has to be <constant>DQPSK</constant>.</para>
472 </section>
473 <section id="DTV-ISDBT-LAYER-SEGMENT-COUNT">
474 <title><constant>DTV_ISDBT_LAYER*_SEGMENT_COUNT</constant></title>
475 <para>Possible values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, -1 (AUTO)</para>
476 <para>Note: Truth table for <constant>DTV_ISDBT_SOUND_BROADCASTING</constant> and
477 <constant>DTV_ISDBT_PARTIAL_RECEPTION</constant> and <constant>LAYER</constant>*_SEGMENT_COUNT</para>
478 <informaltable id="isdbt-layer_seg-cnt-table">
479 <tgroup cols="6">
480 <tbody>
481 <row>
482 <entry>PR</entry>
483 <entry>SB</entry>
484 <entry>Layer A width</entry>
485 <entry>Layer B width</entry>
486 <entry>Layer C width</entry>
487 <entry>total width</entry>
488 </row>
489 <row>
490 <entry>0</entry>
491 <entry>0</entry>
492 <entry>1 .. 13</entry>
493 <entry>1 .. 13</entry>
494 <entry>1 .. 13</entry>
495 <entry>13</entry>
496 </row>
497 <row>
498 <entry>1</entry>
499 <entry>0</entry>
500 <entry>1</entry>
501 <entry>1 .. 13</entry>
502 <entry>1 .. 13</entry>
503 <entry>13</entry>
504 </row>
505 <row>
506 <entry>0</entry>
507 <entry>1</entry>
508 <entry>1</entry>
509 <entry>0</entry>
510 <entry>0</entry>
511 <entry>1</entry>
512 </row>
513 <row>
514 <entry>1</entry>
515 <entry>1</entry>
516 <entry>1</entry>
517 <entry>2</entry>
518 <entry>0</entry>
519 <entry>13</entry>
520 </row>
521 </tbody>
522 </tgroup>
523 </informaltable>
524 </section>
525 <section id="DTV-ISDBT-LAYER-TIME-INTERLEAVING">
526 <title><constant>DTV_ISDBT_LAYER*_TIME_INTERLEAVING</constant></title>
527 <para>Possible values: 0, 1, 2, 3, -1 (AUTO)</para>
528 <para>Note: The real inter-leaver depth-names depend on the mode (fft-size); the values
529 here are referring to what can be found in the TMCC-structure -
530 independent of the mode.</para>
531 </section>
532 </section>
Mauro Carvalho Chehab04a92072011-06-07 19:37:47 -0300533 <section id="DTV-API-VERSION">
534 <title><constant>DTV_API_VERSION</constant></title>
535 <para>Returns the major/minor version of the DVB API</para>
536 </section>
537 <section id="DTV-CODE-RATE-HP">
538 <title><constant>DTV_CODE_RATE_HP</constant></title>
539 <para>Used on terrestrial transmissions. The acceptable values are:
540 </para>
541 <programlisting>
542typedef enum fe_code_rate {
543 FEC_NONE = 0,
544 FEC_1_2,
545 FEC_2_3,
546 FEC_3_4,
547 FEC_4_5,
548 FEC_5_6,
549 FEC_6_7,
550 FEC_7_8,
551 FEC_8_9,
552 FEC_AUTO,
553 FEC_3_5,
554 FEC_9_10,
555} fe_code_rate_t;
556 </programlisting>
557 </section>
558 <section id="DTV-CODE-RATE-LP">
559 <title><constant>DTV_CODE_RATE_LP</constant></title>
560 <para>Used on terrestrial transmissions. The acceptable values are:
561 </para>
562 <programlisting>
563typedef enum fe_code_rate {
564 FEC_NONE = 0,
565 FEC_1_2,
566 FEC_2_3,
567 FEC_3_4,
568 FEC_4_5,
569 FEC_5_6,
570 FEC_6_7,
571 FEC_7_8,
572 FEC_8_9,
573 FEC_AUTO,
574 FEC_3_5,
575 FEC_9_10,
576} fe_code_rate_t;
577 </programlisting>
578 </section>
Mauro Carvalho Chehab95e61e02011-06-07 16:58:00 -0300579 <section id="DTV-GUARD-INTERVAL">
Mauro Carvalho Chehab0ed08b42011-05-06 12:32:03 -0300580 <title><constant>DTV_GUARD_INTERVAL</constant></title>
581
582 <para>Possible values are:</para>
583<programlisting>
584typedef enum fe_guard_interval {
585 GUARD_INTERVAL_1_32,
586 GUARD_INTERVAL_1_16,
587 GUARD_INTERVAL_1_8,
588 GUARD_INTERVAL_1_4,
Steve Kerrisoncf75f9b2011-05-08 16:17:20 -0300589 GUARD_INTERVAL_AUTO,
590 GUARD_INTERVAL_1_128,
591 GUARD_INTERVAL_19_128,
592 GUARD_INTERVAL_19_256,
Mauro Carvalho Chehab0ed08b42011-05-06 12:32:03 -0300593} fe_guard_interval_t;
594</programlisting>
595
596 <para>Notes:</para>
597 <para>1) If <constant>DTV_GUARD_INTERVAL</constant> is set the <constant>GUARD_INTERVAL_AUTO</constant> the hardware will
598 try to find the correct guard interval (if capable) and will use TMCC to fill
599 in the missing parameters.</para>
Steve Kerrisoncf75f9b2011-05-08 16:17:20 -0300600 <para>2) Intervals 1/128, 19/128 and 19/256 are used only for DVB-T2 at present</para>
Mauro Carvalho Chehab0ed08b42011-05-06 12:32:03 -0300601 </section>
Mauro Carvalho Chehab17d8bb02011-06-07 20:05:13 -0300602 <section id="DTV-TRANSMISSION-MODE">
603 <title><constant>DTV_TRANSMISSION_MODE</constant></title>
Mauro Carvalho Chehab0ed08b42011-05-06 12:32:03 -0300604
Mauro Carvalho Chehab17d8bb02011-06-07 20:05:13 -0300605 <para>Specifies the number of carriers used by the standard</para>
Mauro Carvalho Chehab453d63c2009-09-16 23:22:05 -0300606
Mauro Carvalho Chehab17d8bb02011-06-07 20:05:13 -0300607 <para>Possible values are:</para>
608<programlisting>
609typedef enum fe_transmit_mode {
610 TRANSMISSION_MODE_2K,
611 TRANSMISSION_MODE_8K,
612 TRANSMISSION_MODE_AUTO,
613 TRANSMISSION_MODE_4K,
614 TRANSMISSION_MODE_1K,
615 TRANSMISSION_MODE_16K,
616 TRANSMISSION_MODE_32K,
617} fe_transmit_mode_t;
618</programlisting>
619 <para>Notes:</para>
620 <para>1) ISDB-T supports three carrier/symbol-size: 8K, 4K, 2K. It is called
621 'mode' in the standard: Mode 1 is 2K, mode 2 is 4K, mode 3 is 8K</para>
Mauro Carvalho Chehab453d63c2009-09-16 23:22:05 -0300622
Mauro Carvalho Chehab17d8bb02011-06-07 20:05:13 -0300623 <para>2) If <constant>DTV_TRANSMISSION_MODE</constant> is set the <constant>TRANSMISSION_MODE_AUTO</constant> the
624 hardware will try to find the correct FFT-size (if capable) and will
625 use TMCC to fill in the missing parameters.</para>
626 <para>3) DVB-T specifies 2K and 8K as valid sizes.</para>
627 <para>4) DVB-T2 specifies 1K, 2K, 4K, 8K, 16K and 32K.</para>
Mauro Carvalho Chehab453d63c2009-09-16 23:22:05 -0300628 </section>
Mauro Carvalho Chehab17d8bb02011-06-07 20:05:13 -0300629 <section id="DTV-HIERARCHY">
630 <title><constant>DTV_HIERARCHY</constant></title>
631 <para>Frontend hierarchy</para>
632 <programlisting>
633typedef enum fe_hierarchy {
634 HIERARCHY_NONE,
635 HIERARCHY_1,
636 HIERARCHY_2,
637 HIERARCHY_4,
638 HIERARCHY_AUTO
639 } fe_hierarchy_t;
640 </programlisting>
641 </section>
642 <section id="DTV-ISDBS-TS-ID">
643 <title><constant>DTV_ISDBS_TS_ID</constant></title>
644 <para>Currently unused.</para>
645 </section>
646 <section id="DTV-DVBT2-PLP-ID">
647 <title><constant>DTV_DVBT2_PLP_ID</constant></title>
648 <para>DVB-T2 supports Physical Layer Pipes (PLP) to allow transmission of
649 many data types via a single multiplex. The API will soon support this
650 at which point this section will be expanded.</para>
651 </section>
Manu Abraham6c7ef542011-11-16 10:34:24 -0300652 <section id="DTV_ENUM_DELSYS">
653 <title><constant>DTV_ENUM_DELSYS</constant></title>
654 <para>A Multi standard frontend needs to advertise the delivery systems provided.
655 Applications need to enumerate the provided delivery systems, before using
656 any other operation with the frontend. Prior to it's introduction,
657 FE_GET_INFO was used to determine a frontend type. A frontend which
658 provides more than a single delivery system, FE_GET_INFO doesn't help much.
659 Applications which intends to use a multistandard frontend must enumerate
660 the delivery systems associated with it, rather than trying to use
661 FE_GET_INFO. In the case of a legacy frontend, the result is just the same
662 as with FE_GET_INFO, but in a more structured format </para>
663 </section>
Mauro Carvalho Chehab994e2622011-06-07 20:52:33 -0300664</section>
665 <section id="frontend-property-terrestrial-systems">
666 <title>Properties used on terrestrial delivery systems</title>
667 <section id="dvbt-params">
668 <title>DVB-T delivery system</title>
669 <para>The following parameters are valid for DVB-T:</para>
670 <itemizedlist mark='opencircle'>
671 <listitem><para><link linkend="DTV-API-VERSION"><constant>DTV_API_VERSION</constant></link></para></listitem>
Mauro Carvalho Chehabe7da0ae2011-06-07 22:02:32 -0300672 <listitem><para><link linkend="DTV-DELIVERY-SYSTEM"><constant>DTV_DELIVERY_SYSTEM</constant></link></para></listitem>
Mauro Carvalho Chehab994e2622011-06-07 20:52:33 -0300673 <listitem><para><link linkend="DTV-TUNE"><constant>DTV_TUNE</constant></link></para></listitem>
674 <listitem><para><link linkend="DTV-CLEAR"><constant>DTV_CLEAR</constant></link></para></listitem>
675 <listitem><para><link linkend="DTV-FREQUENCY"><constant>DTV_FREQUENCY</constant></link></para></listitem>
676 <listitem><para><link linkend="DTV-MODULATION"><constant>DTV_MODULATION</constant></link></para></listitem>
677 <listitem><para><link linkend="DTV-BANDWIDTH-HZ"><constant>DTV_BANDWIDTH_HZ</constant></link></para></listitem>
678 <listitem><para><link linkend="DTV-INVERSION"><constant>DTV_INVERSION</constant></link></para></listitem>
679 <listitem><para><link linkend="DTV-CODE-RATE-HP"><constant>DTV_CODE_RATE_HP</constant></link></para></listitem>
680 <listitem><para><link linkend="DTV-CODE-RATE-LP"><constant>DTV_CODE_RATE_LP</constant></link></para></listitem>
681 <listitem><para><link linkend="DTV-GUARD-INTERVAL"><constant>DTV_GUARD_INTERVAL</constant></link></para></listitem>
682 <listitem><para><link linkend="DTV-TRANSMISSION-MODE"><constant>DTV_TRANSMISSION_MODE</constant></link></para></listitem>
683 <listitem><para><link linkend="DTV-HIERARCHY"><constant>DTV_HIERARCHY</constant></link></para></listitem>
Mauro Carvalho Chehab994e2622011-06-07 20:52:33 -0300684 </itemizedlist>
685 </section>
686 <section id="dvbt2-params">
687 <title>DVB-T2 delivery system</title>
Mauro Carvalho Chehabff74b8e2011-06-07 22:13:35 -0300688 <para>DVB-T2 support is currently in the early stages
689 of development, so expect that this section maygrow and become
Mauro Carvalho Chehab994e2622011-06-07 20:52:33 -0300690 more detailed with time.</para>
691 <para>The following parameters are valid for DVB-T2:</para>
692 <itemizedlist mark='opencircle'>
693 <listitem><para><link linkend="DTV-API-VERSION"><constant>DTV_API_VERSION</constant></link></para></listitem>
Mauro Carvalho Chehabe7da0ae2011-06-07 22:02:32 -0300694 <listitem><para><link linkend="DTV-DELIVERY-SYSTEM"><constant>DTV_DELIVERY_SYSTEM</constant></link></para></listitem>
Mauro Carvalho Chehab994e2622011-06-07 20:52:33 -0300695 <listitem><para><link linkend="DTV-TUNE"><constant>DTV_TUNE</constant></link></para></listitem>
696 <listitem><para><link linkend="DTV-CLEAR"><constant>DTV_CLEAR</constant></link></para></listitem>
697 <listitem><para><link linkend="DTV-FREQUENCY"><constant>DTV_FREQUENCY</constant></link></para></listitem>
698 <listitem><para><link linkend="DTV-MODULATION"><constant>DTV_MODULATION</constant></link></para></listitem>
699 <listitem><para><link linkend="DTV-BANDWIDTH-HZ"><constant>DTV_BANDWIDTH_HZ</constant></link></para></listitem>
700 <listitem><para><link linkend="DTV-INVERSION"><constant>DTV_INVERSION</constant></link></para></listitem>
701 <listitem><para><link linkend="DTV-CODE-RATE-HP"><constant>DTV_CODE_RATE_HP</constant></link></para></listitem>
702 <listitem><para><link linkend="DTV-CODE-RATE-LP"><constant>DTV_CODE_RATE_LP</constant></link></para></listitem>
703 <listitem><para><link linkend="DTV-GUARD-INTERVAL"><constant>DTV_GUARD_INTERVAL</constant></link></para></listitem>
704 <listitem><para><link linkend="DTV-TRANSMISSION-MODE"><constant>DTV_TRANSMISSION_MODE</constant></link></para></listitem>
705 <listitem><para><link linkend="DTV-HIERARCHY"><constant>DTV_HIERARCHY</constant></link></para></listitem>
Mauro Carvalho Chehab994e2622011-06-07 20:52:33 -0300706 <listitem><para><link linkend="DTV-DVBT2-PLP-ID"><constant>DTV_DVBT2_PLP_ID</constant></link></para></listitem>
707 </itemizedlist>
708 </section>
Mauro Carvalho Chehab17d8bb02011-06-07 20:05:13 -0300709 <section id="isdbt">
Mauro Carvalho Chehab994e2622011-06-07 20:52:33 -0300710 <title>ISDB-T delivery system</title>
Mauro Carvalho Chehab17d8bb02011-06-07 20:05:13 -0300711 <para>This ISDB-T/ISDB-Tsb API extension should reflect all information
712 needed to tune any ISDB-T/ISDB-Tsb hardware. Of course it is possible
713 that some very sophisticated devices won't need certain parameters to
714 tune.</para>
715 <para>The information given here should help application writers to know how
716 to handle ISDB-T and ISDB-Tsb hardware using the Linux DVB-API.</para>
717 <para>The details given here about ISDB-T and ISDB-Tsb are just enough to
718 basically show the dependencies between the needed parameter values,
719 but surely some information is left out. For more detailed information
720 see the following documents:</para>
721 <para>ARIB STD-B31 - "Transmission System for Digital Terrestrial
722 Television Broadcasting" and</para>
723 <para>ARIB TR-B14 - "Operational Guidelines for Digital Terrestrial
724 Television Broadcasting".</para>
Mauro Carvalho Chehab994e2622011-06-07 20:52:33 -0300725 <para>In order to understand the ISDB specific parameters,
726 one has to have some knowledge the channel structure in
727 ISDB-T and ISDB-Tsb. I.e. it has to be known to
728 the reader that an ISDB-T channel consists of 13 segments,
729 that it can have up to 3 layer sharing those segments,
730 and things like that.</para>
731 <para>The following parameters are valid for ISDB-T:</para>
732 <itemizedlist mark='opencircle'>
733 <listitem><para><link linkend="DTV-API-VERSION"><constant>DTV_API_VERSION</constant></link></para></listitem>
Mauro Carvalho Chehabe7da0ae2011-06-07 22:02:32 -0300734 <listitem><para><link linkend="DTV-DELIVERY-SYSTEM"><constant>DTV_DELIVERY_SYSTEM</constant></link></para></listitem>
Mauro Carvalho Chehab994e2622011-06-07 20:52:33 -0300735 <listitem><para><link linkend="DTV-TUNE"><constant>DTV_TUNE</constant></link></para></listitem>
736 <listitem><para><link linkend="DTV-CLEAR"><constant>DTV_CLEAR</constant></link></para></listitem>
737 <listitem><para><link linkend="DTV-FREQUENCY"><constant>DTV_FREQUENCY</constant></link></para></listitem>
738 <listitem><para><link linkend="DTV-MODULATION"><constant>DTV_MODULATION</constant></link></para></listitem>
739 <listitem><para><link linkend="DTV-BANDWIDTH-HZ"><constant>DTV_BANDWIDTH_HZ</constant></link></para></listitem>
740 <listitem><para><link linkend="DTV-INVERSION"><constant>DTV_INVERSION</constant></link></para></listitem>
741 <listitem><para><link linkend="DTV-CODE-RATE-HP"><constant>DTV_CODE_RATE_HP</constant></link></para></listitem>
742 <listitem><para><link linkend="DTV-CODE-RATE-LP"><constant>DTV_CODE_RATE_LP</constant></link></para></listitem>
743 <listitem><para><link linkend="DTV-GUARD-INTERVAL"><constant>DTV_GUARD_INTERVAL</constant></link></para></listitem>
744 <listitem><para><link linkend="DTV-TRANSMISSION-MODE"><constant>DTV_TRANSMISSION_MODE</constant></link></para></listitem>
745 <listitem><para><link linkend="DTV-HIERARCHY"><constant>DTV_HIERARCHY</constant></link></para></listitem>
Mauro Carvalho Chehab994e2622011-06-07 20:52:33 -0300746 <listitem><para><link linkend="DTV-ISDBT-LAYER-ENABLED"><constant>DTV_ISDBT_LAYER_ENABLED</constant></link></para></listitem>
747 <listitem><para><link linkend="DTV-ISDBT-PARTIAL-RECEPTION"><constant>DTV_ISDBT_PARTIAL_RECEPTION</constant></link></para></listitem>
748 <listitem><para><link linkend="DTV-ISDBT-SOUND-BROADCASTING"><constant>DTV_ISDBT_SOUND_BROADCASTING</constant></link></para></listitem>
749 <listitem><para><link linkend="DTV-ISDBT-SB-SUBCHANNEL-ID"><constant>DTV_ISDBT_SB_SUBCHANNEL_ID</constant></link></para></listitem>
750 <listitem><para><link linkend="DTV-ISDBT-SB-SEGMENT-IDX"><constant>DTV_ISDBT_SB_SEGMENT_IDX</constant></link></para></listitem>
751 <listitem><para><link linkend="DTV-ISDBT-SB-SEGMENT-COUNT"><constant>DTV_ISDBT_SB_SEGMENT_COUNT</constant></link></para></listitem>
752 <listitem><para><link linkend="DTV-ISDBT-LAYER-FEC"><constant>DTV_ISDBT_LAYERA_FEC</constant></link></para></listitem>
753 <listitem><para><link linkend="DTV-ISDBT-LAYER-MODULATION"><constant>DTV_ISDBT_LAYERA_MODULATION</constant></link></para></listitem>
754 <listitem><para><link linkend="DTV-ISDBT-LAYER-SEGMENT-COUNT"><constant>DTV_ISDBT_LAYERA_SEGMENT_COUNT</constant></link></para></listitem>
755 <listitem><para><link linkend="DTV-ISDBT-LAYER-TIME-INTERLEAVING"><constant>DTV_ISDBT_LAYERA_TIME_INTERLEAVING</constant></link></para></listitem>
756 <listitem><para><link linkend="DTV-ISDBT-LAYER-FEC"><constant>DTV_ISDBT_LAYERB_FEC</constant></link></para></listitem>
757 <listitem><para><link linkend="DTV-ISDBT-LAYER-MODULATION"><constant>DTV_ISDBT_LAYERB_MODULATION</constant></link></para></listitem>
758 <listitem><para><link linkend="DTV-ISDBT-LAYER-SEGMENT-COUNT"><constant>DTV_ISDBT_LAYERB_SEGMENT_COUNT</constant></link></para></listitem>
759 <listitem><para><link linkend="DTV-ISDBT-LAYER-TIME-INTERLEAVING"><constant>DTV_ISDBT_LAYERB_TIME_INTERLEAVING</constant></link></para></listitem>
760 <listitem><para><link linkend="DTV-ISDBT-LAYER-FEC"><constant>DTV_ISDBT_LAYERC_FEC</constant></link></para></listitem>
761 <listitem><para><link linkend="DTV-ISDBT-LAYER-MODULATION"><constant>DTV_ISDBT_LAYERC_MODULATION</constant></link></para></listitem>
762 <listitem><para><link linkend="DTV-ISDBT-LAYER-SEGMENT-COUNT"><constant>DTV_ISDBT_LAYERC_SEGMENT_COUNT</constant></link></para></listitem>
763 <listitem><para><link linkend="DTV-ISDBT-LAYER-TIME-INTERLEAVING"><constant>DTV_ISDBT_LAYERC_TIME_INTERLEAVING</constant></link></para></listitem>
764 </itemizedlist>
Steve Kerrisoncf75f9b2011-05-08 16:17:20 -0300765 </section>
Mauro Carvalho Chehab76f9a692011-06-07 22:08:13 -0300766 <section id="atsc-params">
767 <title>ATSC delivery system</title>
768 <para>The following parameters are valid for ATSC:</para>
769 <itemizedlist mark='opencircle'>
770 <listitem><para><link linkend="DTV-API-VERSION"><constant>DTV_API_VERSION</constant></link></para></listitem>
771 <listitem><para><link linkend="DTV-DELIVERY-SYSTEM"><constant>DTV_DELIVERY_SYSTEM</constant></link></para></listitem>
772 <listitem><para><link linkend="DTV-TUNE"><constant>DTV_TUNE</constant></link></para></listitem>
773 <listitem><para><link linkend="DTV-CLEAR"><constant>DTV_CLEAR</constant></link></para></listitem>
774 <listitem><para><link linkend="DTV-FREQUENCY"><constant>DTV_FREQUENCY</constant></link></para></listitem>
775 <listitem><para><link linkend="DTV-MODULATION"><constant>DTV_MODULATION</constant></link></para></listitem>
776 <listitem><para><link linkend="DTV-BANDWIDTH-HZ"><constant>DTV_BANDWIDTH_HZ</constant></link></para></listitem>
777 </itemizedlist>
778 </section>
Steve Kerrisoncf75f9b2011-05-08 16:17:20 -0300779 </section>
Mauro Carvalho Chehab994e2622011-06-07 20:52:33 -0300780 <section id="frontend-property-cable-systems">
Mauro Carvalho Chehabff74b8e2011-06-07 22:13:35 -0300781 <title>Properties used on cable delivery systems</title>
Mauro Carvalho Chehabe7da0ae2011-06-07 22:02:32 -0300782 <section id="dvbc-params">
783 <title>DVB-C delivery system</title>
Mauro Carvalho Chehab669a4ba2011-12-17 20:36:56 -0300784 <para>The DVB-C Annex-A is the widely used cable standard. Transmission uses QAM modulation.</para>
785 <para>The DVB-C Annex-C is optimized for 6MHz, and is used in Japan. It supports a subset of the Annex A modulation types, and a roll-off of 0.13, instead of 0.15</para>
Mauro Carvalho Chehabe7da0ae2011-06-07 22:02:32 -0300786 <para>The following parameters are valid for DVB-C Annex A/C:</para>
787 <itemizedlist mark='opencircle'>
788 <listitem><para><link linkend="DTV-API-VERSION"><constant>DTV_API_VERSION</constant></link></para></listitem>
789 <listitem><para><link linkend="DTV-DELIVERY-SYSTEM"><constant>DTV_DELIVERY_SYSTEM</constant></link></para></listitem>
790 <listitem><para><link linkend="DTV-TUNE"><constant>DTV_TUNE</constant></link></para></listitem>
791 <listitem><para><link linkend="DTV-CLEAR"><constant>DTV_CLEAR</constant></link></para></listitem>
792 <listitem><para><link linkend="DTV-FREQUENCY"><constant>DTV_FREQUENCY</constant></link></para></listitem>
793 <listitem><para><link linkend="DTV-MODULATION"><constant>DTV_MODULATION</constant></link></para></listitem>
794 <listitem><para><link linkend="DTV-INVERSION"><constant>DTV_INVERSION</constant></link></para></listitem>
795 <listitem><para><link linkend="DTV-SYMBOL-RATE"><constant>DTV_SYMBOL_RATE</constant></link></para></listitem>
796 <listitem><para><link linkend="DTV-INNER-FEC"><constant>DTV_INNER_FEC</constant></link></para></listitem>
797 </itemizedlist>
798 </section>
799 <section id="dvbc-annex-b-params">
800 <title>DVB-C Annex B delivery system</title>
801 <para>The DVB-C Annex-B is only used on a few Countries like the United States.</para>
802 <para>The following parameters are valid for DVB-C Annex B:</para>
803 <itemizedlist mark='opencircle'>
804 <listitem><para><link linkend="DTV-API-VERSION"><constant>DTV_API_VERSION</constant></link></para></listitem>
805 <listitem><para><link linkend="DTV-DELIVERY-SYSTEM"><constant>DTV_DELIVERY_SYSTEM</constant></link></para></listitem>
806 <listitem><para><link linkend="DTV-TUNE"><constant>DTV_TUNE</constant></link></para></listitem>
807 <listitem><para><link linkend="DTV-CLEAR"><constant>DTV_CLEAR</constant></link></para></listitem>
808 <listitem><para><link linkend="DTV-FREQUENCY"><constant>DTV_FREQUENCY</constant></link></para></listitem>
809 <listitem><para><link linkend="DTV-MODULATION"><constant>DTV_MODULATION</constant></link></para></listitem>
810 <listitem><para><link linkend="DTV-INVERSION"><constant>DTV_INVERSION</constant></link></para></listitem>
Mauro Carvalho Chehabe7da0ae2011-06-07 22:02:32 -0300811 </itemizedlist>
812 </section>
Mauro Carvalho Chehab994e2622011-06-07 20:52:33 -0300813 </section>
814 <section id="frontend-property-satellital-systems">
815 <title>Properties used on satellital delivery systems</title>
Mauro Carvalho Chehabff74b8e2011-06-07 22:13:35 -0300816 <section id="dvbs-params">
817 <title>DVB-S delivery system</title>
818 <para>The following parameters are valid for DVB-S:</para>
819 <itemizedlist mark='opencircle'>
820 <listitem><para><link linkend="DTV-API-VERSION"><constant>DTV_API_VERSION</constant></link></para></listitem>
821 <listitem><para><link linkend="DTV-DELIVERY-SYSTEM"><constant>DTV_DELIVERY_SYSTEM</constant></link></para></listitem>
822 <listitem><para><link linkend="DTV-TUNE"><constant>DTV_TUNE</constant></link></para></listitem>
823 <listitem><para><link linkend="DTV-CLEAR"><constant>DTV_CLEAR</constant></link></para></listitem>
824 <listitem><para><link linkend="DTV-FREQUENCY"><constant>DTV_FREQUENCY</constant></link></para></listitem>
825 <listitem><para><link linkend="DTV-INVERSION"><constant>DTV_INVERSION</constant></link></para></listitem>
826 <listitem><para><link linkend="DTV-SYMBOL-RATE"><constant>DTV_SYMBOL_RATE</constant></link></para></listitem>
827 <listitem><para><link linkend="DTV-INNER-FEC"><constant>DTV_INNER_FEC</constant></link></para></listitem>
Andreas Oberritter7fc9da22011-09-03 14:26:33 -0300828 <listitem><para><link linkend="DTV-VOLTAGE"><constant>DTV_VOLTAGE</constant></link></para></listitem>
829 <listitem><para><link linkend="DTV-TONE"><constant>DTV_TONE</constant></link></para></listitem>
Mauro Carvalho Chehabff74b8e2011-06-07 22:13:35 -0300830 </itemizedlist>
831 <para>Future implementations might add those two missing parameters:</para>
832 <itemizedlist mark='opencircle'>
833 <listitem><para><link linkend="DTV-DISEQC-MASTER"><constant>DTV_DISEQC_MASTER</constant></link></para></listitem>
834 <listitem><para><link linkend="DTV-DISEQC-SLAVE-REPLY"><constant>DTV_DISEQC_SLAVE_REPLY</constant></link></para></listitem>
835 </itemizedlist>
836 </section>
837 <section id="dvbs2-params">
838 <title>DVB-S2 delivery system</title>
Andreas Oberritter7fc9da22011-09-03 14:26:33 -0300839 <para>In addition to all parameters valid for DVB-S, DVB-S2 supports the following parameters:</para>
Mauro Carvalho Chehabff74b8e2011-06-07 22:13:35 -0300840 <itemizedlist mark='opencircle'>
Andreas Oberritter7fc9da22011-09-03 14:26:33 -0300841 <listitem><para><link linkend="DTV-MODULATION"><constant>DTV_MODULATION</constant></link></para></listitem>
Mauro Carvalho Chehabff74b8e2011-06-07 22:13:35 -0300842 <listitem><para><link linkend="DTV-PILOT"><constant>DTV_PILOT</constant></link></para></listitem>
843 <listitem><para><link linkend="DTV-ROLLOFF"><constant>DTV_ROLLOFF</constant></link></para></listitem>
844 </itemizedlist>
Andreas Oberritter7fc9da22011-09-03 14:26:33 -0300845 </section>
846 <section id="turbo-params">
847 <title>Turbo code delivery system</title>
848 <para>In addition to all parameters valid for DVB-S, turbo code supports the following parameters:</para>
Mauro Carvalho Chehabff74b8e2011-06-07 22:13:35 -0300849 <itemizedlist mark='opencircle'>
Andreas Oberritter7fc9da22011-09-03 14:26:33 -0300850 <listitem><para><link linkend="DTV-MODULATION"><constant>DTV_MODULATION</constant></link></para></listitem>
Mauro Carvalho Chehabff74b8e2011-06-07 22:13:35 -0300851 </itemizedlist>
852 </section>
853 <section id="isdbs-params">
854 <title>ISDB-S delivery system</title>
855 <para>The following parameters are valid for ISDB-S:</para>
856 <itemizedlist mark='opencircle'>
857 <listitem><para><link linkend="DTV-API-VERSION"><constant>DTV_API_VERSION</constant></link></para></listitem>
858 <listitem><para><link linkend="DTV-DELIVERY-SYSTEM"><constant>DTV_DELIVERY_SYSTEM</constant></link></para></listitem>
859 <listitem><para><link linkend="DTV-TUNE"><constant>DTV_TUNE</constant></link></para></listitem>
860 <listitem><para><link linkend="DTV-CLEAR"><constant>DTV_CLEAR</constant></link></para></listitem>
861 <listitem><para><link linkend="DTV-FREQUENCY"><constant>DTV_FREQUENCY</constant></link></para></listitem>
862 <listitem><para><link linkend="DTV-INVERSION"><constant>DTV_INVERSION</constant></link></para></listitem>
863 <listitem><para><link linkend="DTV-SYMBOL-RATE"><constant>DTV_SYMBOL_RATE</constant></link></para></listitem>
864 <listitem><para><link linkend="DTV-INNER-FEC"><constant>DTV_INNER_FEC</constant></link></para></listitem>
865 <listitem><para><link linkend="DTV-VOLTAGE"><constant>DTV_VOLTAGE</constant></link></para></listitem>
866 <listitem><para><link linkend="DTV-ISDBS-TS-ID"><constant>DTV_ISDBS_TS_ID</constant></link></para></listitem>
867 </itemizedlist>
868 </section>
Mauro Carvalho Chehab994e2622011-06-07 20:52:33 -0300869 </section>
Mauro Carvalho Chehab131db3a2009-10-24 21:18:46 -0300870</section>