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
39	cardlist
40
41	v4l-with-ir
42
43	bttv
44	cafe_ccic
45	cpia2
46	cx88
47	davinci-vpbe
48	fimc
49	imx
50	imx7
51	ipu3
52	ivtv
53	meye
54	omap3isp
55	omap4_camera
56	philips
57	qcom_camss
58	rcar-fdp1
59	saa7134
60	si470x
61	si4713
62	si476x
63	vimc
64	vivid
65
66##############################################
67Linux Digital TV driver-specific documentation
68##############################################
69
70.. only:: html
71
72    .. class:: toc-title
73
74        Table of Contents
75
76.. toctree::
77	:maxdepth: 5
78	:numbered:
79
80	dvb_intro
81	ci
82	faq
83	dvb_references
84
85	cards
86	avermedia
87	bt8xx
88	lmedm04
89	opera-firmware
90	technisat
91	ttusb-dec
92	zr364xx
93
94#################################
95CEC driver-specific documentation
96#################################
97
98.. only:: html
99
100    .. class:: toc-title
101
102        Table of Contents
103
104.. toctree::
105	:maxdepth: 5
106	:numbered:
107
108	pulse8-cec
109
110**Copyright** |copy| 1999-2020 : LinuxTV Developers
111
112::
113
114  This documentation is free software; you can redistribute it and/or modify it
115  under the terms of the GNU General Public License as published by the Free
116  Software Foundation; either version 2 of the License, or (at your option) any
117  later version.
118
119  This program is distributed in the hope that it will be useful, but WITHOUT
120  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
121  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
122  more details.
123
124  For more details see the file COPYING in the source distribution of Linux.
125