1.. SPDX-License-Identifier: GPL-2.0
2
3.. include:: <isonum.txt>
4
5============================
6Media subsystem usage guides
7============================
8
9This section contains usage information about media subsystem and
10its supported drivers.
11
12Please see:
13
14- :doc:`/userspace-api/media/index`
15     for the userspace APIs used on media devices.
16
17- :doc:`/driver-api/media/index`
18     for driver development information and Kernel APIs used by
19     media devices;
20
21.. _uapi-v4l-drivers:
22
23################################################
24Video4Linux (V4L)  driver-specific documentation
25################################################
26
27.. only:: html
28
29    .. class:: toc-title
30
31        Table of Contents
32
33.. toctree::
34	:maxdepth: 5
35	:numbered:
36
37	intro
38	building
39
40	cardlist
41
42	v4l-with-ir
43
44	bttv
45	cafe_ccic
46	cpia2
47	cx88
48	davinci-vpbe
49	fimc
50	imx
51	imx7
52	ipu3
53	ivtv
54	meye
55	omap3isp
56	omap4_camera
57	philips
58	qcom_camss
59	rcar-fdp1
60	saa7134
61	si470x
62	si4713
63	si476x
64	vimc
65	vivid
66
67##############################################
68Linux Digital TV driver-specific documentation
69##############################################
70
71.. only:: html
72
73    .. class:: toc-title
74
75        Table of Contents
76
77.. toctree::
78	:maxdepth: 5
79	:numbered:
80
81	dvb_intro
82	ci
83	faq
84	dvb_references
85
86	cards
87	avermedia
88	bt8xx
89	lmedm04
90	opera-firmware
91	technisat
92	ttusb-dec
93	zr364xx
94
95#################################
96CEC driver-specific documentation
97#################################
98
99.. only:: html
100
101    .. class:: toc-title
102
103        Table of Contents
104
105.. toctree::
106	:maxdepth: 5
107	:numbered:
108
109	pulse8-cec
110
111**Copyright** |copy| 1999-2020 : LinuxTV Developers
112
113::
114
115  This documentation is free software; you can redistribute it and/or modify it
116  under the terms of the GNU General Public License as published by the Free
117  Software Foundation; either version 2 of the License, or (at your option) any
118  later version.
119
120  This program is distributed in the hope that it will be useful, but WITHOUT
121  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
122  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
123  more details.
124
125  For more details see the file COPYING in the source distribution of Linux.
126