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