brintos

brintos / linux-shallow public Read only

0
0
Text · 1.3 KiB · d559318 Raw
55 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3.. include:: <isonum.txt>4 5===================================6Media subsystem kernel internal API7===================================8 9This section contains usage information about media subsystem and10its supported drivers.11 12Please see:13 14Documentation/admin-guide/media/index.rst15 16  - for usage information about media subsystem and supported drivers;17 18Documentation/userspace-api/media/index.rst19 20  - for the userspace APIs used on media devices.21 22 23.. toctree::24    :caption: Table of Contents25    :maxdepth: 526    :numbered:27 28    maintainer-entry-profile29 30    v4l2-core31    dtv-core32    rc-core33    mc-core34    cec-core35    tx-rx36    camera-sensor37 38    drivers/index39 40**Copyright** |copy| 2009-2020 : LinuxTV Developers41 42::43 44  This documentation is free software; you can redistribute it and/or modify it45  under the terms of the GNU General Public License as published by the Free46  Software Foundation; either version 2 of the License, or (at your option) any47  later version.48 49  This program is distributed in the hope that it will be useful, but WITHOUT50  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or51  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for52  more details.53 54  For more details see the file COPYING in the source distribution of Linux.55