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