57 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3.. include:: <isonum.txt>4 5====================================6Media subsystem admin and user guide7====================================8 9This section contains usage information about media subsystem and10its supported drivers.11 12Please see:13 14Documentation/userspace-api/media/index.rst15 16 - for the userspace APIs used on media devices.17 18Documentation/driver-api/media/index.rst19 20 - for driver development information and Kernel APIs used by21 media devices;22 23.. toctree::24 :caption: Table of Contents25 :maxdepth: 226 :numbered:27 28 intro29 building30 31 remote-controller32 33 cec34 35 dvb36 37 cardlist38 39 v4l-drivers40 dvb-drivers41 42**Copyright** |copy| 1999-2020 : LinuxTV Developers43 44::45 46 This documentation is free software; you can redistribute it and/or modify it47 under the terms of the GNU General Public License as published by the Free48 Software Foundation; either version 2 of the License, or (at your option) any49 later version.50 51 This program is distributed in the hope that it will be useful, but WITHOUT52 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or53 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for54 more details.55 56 For more details see the file COPYING in the source distribution of Linux.57