1.. SPDX-License-Identifier: GPL-2.0
2
3.. include:: <isonum.txt>
4
5====================================
6Media subsystem admin and user guide
7====================================
8
9This section contains usage information about media subsystem and
10its supported drivers.
11
12Please see:
13
14Documentation/userspace-api/media/index.rst
15
16  - for the userspace APIs used on media devices.
17
18Documentation/driver-api/media/index.rst
19
20  - for driver development information and Kernel APIs used by
21    media devices;
22
23.. toctree::
24	:caption: Table of Contents
25	:maxdepth: 2
26	:numbered:
27
28	intro
29	building
30
31	remote-controller
32
33	cec
34
35	dvb
36
37	cardlist
38
39	v4l-drivers
40	dvb-drivers
41
42**Copyright** |copy| 1999-2020 : LinuxTV Developers
43
44::
45
46  This documentation is free software; you can redistribute it and/or modify it
47  under the terms of the GNU General Public License as published by the Free
48  Software Foundation; either version 2 of the License, or (at your option) any
49  later version.
50
51  This program is distributed in the hope that it will be useful, but WITHOUT
52  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
53  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
54  more details.
55
56  For more details see the file COPYING in the source distribution of Linux.
57