summaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/dvb/dvbapi.xml
blob: e3a97fdd62a6b85bf3f705d39de39719a16221dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<partinfo>
<authorgroup>
<author>
<firstname>Ralph</firstname>
<surname>Metzler</surname>
<othername role="mi">J. K.</othername>
<affiliation><address><email>rjkm@metzlerbros.de</email></address></affiliation>
</author>
<author>
<firstname>Marcus</firstname>
<surname>Metzler</surname>
<othername role="mi">O. C.</othername>
<affiliation><address><email>rjkm@metzlerbros.de</email></address></affiliation>
</author>
</authorgroup>
<authorgroup>
<author>
<firstname>Mauro</firstname>
<othername role="mi">Carvalho</othername>
<surname>Chehab</surname>
<affiliation><address><email>mchehab@redhat.com</email></address></affiliation>
<contrib>Ported document to Docbook XML.</contrib>
</author>
</authorgroup>
<copyright>
	<year>2002</year>
	<year>2003</year>
	<holder>Convergence GmbH</holder>
</copyright>
<copyright>
	<year>2009-2010</year>
	<holder>Mauro Carvalho Chehab</holder>
</copyright>

<revhistory>
<!-- Put document revisions here, newest first. -->
<revision>
	<revnumber>2.0.3</revnumber>
	<date>2010-07-03</date>
	<authorinitials>mcc</authorinitials>
	<revremark>
		Add some frontend capabilities flags, present on kernel, but missing at the specs.
	</revremark>
</revision>
<revision>
	<revnumber>2.0.2</revnumber>
	<date>2009-10-25</date>
	<authorinitials>mcc</authorinitials>
	<revremark>
		documents FE_SET_FRONTEND_TUNE_MODE and FE_DISHETWORK_SEND_LEGACY_CMD ioctls.
	</revremark>
</revision>
<revision>
<revnumber>2.0.1</revnumber>
<date>2009-09-16</date>
<authorinitials>mcc</authorinitials>
<revremark>
Added ISDB-T test originally written by Patrick Boettcher
</revremark>
</revision>
<revision>
<revnumber>2.0.0</revnumber>
<date>2009-09-06</date>
<authorinitials>mcc</authorinitials>
<revremark>Conversion from LaTex to DocBook XML. The
	contents is the same as the original LaTex version.</revremark>
</revision>
<revision>
<revnumber>1.0.0</revnumber>
<date>2003-07-24</date>
<authorinitials>rjkm</authorinitials>
<revremark>Initial revision on LaTEX.</revremark>
</revision>
</revhistory>
</partinfo>


<title>LINUX DVB API</title>
<subtitle>Version 5.2</subtitle>
<!-- ADD THE CHAPTERS HERE -->
  <chapter id="dvb_introdution">
    &sub-intro;
  </chapter>
  <chapter id="dvb_frontend">
    &sub-frontend;
  </chapter>
  <chapter id="dvb_demux">
    &sub-demux;
  </chapter>
  <chapter id="dvb_video">
    &sub-video;
  </chapter>
  <chapter id="dvb_audio">
    &sub-audio;
  </chapter>
  <chapter id="dvb_ca">
    &sub-ca;
  </chapter>
  <chapter id="dvb_net">
    &sub-net;
  </chapter>
  <chapter id="dvb_kdapi">
    &sub-kdapi;
  </chapter>
  <chapter id="dvb_examples">
    &sub-examples;
  </chapter>
<!-- END OF CHAPTERS -->
  <appendix id="frontend_h">
    <title>DVB Frontend Header File</title>
    &sub-frontend-h;
  </appendix>