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
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
21The media subsystem
22===================
23
24.. only:: html
25
26 .. class:: toc-title
27
28 Table of Contents
29
30.. toctree::
31 :maxdepth: 2
32 :numbered:
33
34 intro
35 building
36
37 remote-controller
38
39 dvb
40
41 cardlist
42
43 v4l-drivers
44 dvb-drivers
45 cec-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.