xref: /linux/Documentation/admin-guide/media/index.rst (revision 798bb342e0416d846cf67f4725a3428f39bfb96b)
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
23Documentation/process/debugging/media_specific_debugging_guide.rst
24
25  - for advice about essential tools and techniques to debug drivers on this
26    subsystem
27
28.. toctree::
29	:caption: Table of Contents
30	:maxdepth: 2
31	:numbered:
32
33	intro
34	building
35
36	remote-controller
37
38	cec
39
40	dvb
41
42	cardlist
43
44	v4l-drivers
45	dvb-drivers
46
47**Copyright** |copy| 1999-2020 : LinuxTV Developers
48
49::
50
51  This documentation is free software; you can redistribute it and/or modify it
52  under the terms of the GNU General Public License as published by the Free
53  Software Foundation; either version 2 of the License, or (at your option) any
54  later version.
55
56  This program is distributed in the hope that it will be useful, but WITHOUT
57  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
58  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
59  more details.
60
61  For more details see the file COPYING in the source distribution of Linux.
62