Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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
23The media subsystem
24===================
25
26.. only:: html
27
28 .. class:: toc-title
29
30 Table of Contents
31
32.. toctree::
33 :maxdepth: 2
34 :numbered:
35
36 intro
37 building
38
39 remote-controller
40
41 dvb
42
43 cardlist
44
45 v4l-drivers
46 dvb-drivers
47 cec-drivers
48
49**Copyright** |copy| 1999-2020 : LinuxTV Developers
50
51::
52
53 This documentation is free software; you can redistribute it and/or modify it
54 under the terms of the GNU General Public License as published by the Free
55 Software Foundation; either version 2 of the License, or (at your option) any
56 later version.
57
58 This program is distributed in the hope that it will be useful, but WITHOUT
59 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
60 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
61 more details.
62
63 For more details see the file COPYING in the source distribution of Linux.