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 cec 42 43 dvb 44 45 cardlist 46 47 v4l-drivers 48 dvb-drivers 49 50**Copyright** |copy| 1999-2020 : LinuxTV Developers 51 52:: 53 54 This documentation is free software; you can redistribute it and/or modify it 55 under the terms of the GNU General Public License as published by the Free 56 Software Foundation; either version 2 of the License, or (at your option) any 57 later version. 58 59 This program is distributed in the hope that it will be useful, but WITHOUT 60 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 61 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 62 more details. 63 64 For more details see the file COPYING in the source distribution of Linux. 65