Back to home page

OSCL-LXR

 
 

    


0001 .. SPDX-License-Identifier: GPL-2.0
0002 
0003 .. include:: <isonum.txt>
0004 
0005 ====================================
0006 Media subsystem admin and user guide
0007 ====================================
0008 
0009 This section contains usage information about media subsystem and
0010 its supported drivers.
0011 
0012 Please see:
0013 
0014 Documentation/userspace-api/media/index.rst
0015 
0016   - for the userspace APIs used on media devices.
0017 
0018 Documentation/driver-api/media/index.rst
0019 
0020   - for driver development information and Kernel APIs used by
0021     media devices;
0022 
0023 The media subsystem
0024 ===================
0025 
0026 .. only:: html
0027 
0028     .. class:: toc-title
0029 
0030         Table of Contents
0031 
0032 .. toctree::
0033         :maxdepth: 2
0034         :numbered:
0035 
0036         intro
0037         building
0038 
0039         remote-controller
0040 
0041         dvb
0042 
0043         cardlist
0044 
0045         v4l-drivers
0046         dvb-drivers
0047         cec-drivers
0048 
0049 **Copyright** |copy| 1999-2020 : LinuxTV Developers
0050 
0051 ::
0052 
0053   This documentation is free software; you can redistribute it and/or modify it
0054   under the terms of the GNU General Public License as published by the Free
0055   Software Foundation; either version 2 of the License, or (at your option) any
0056   later version.
0057 
0058   This program is distributed in the hope that it will be useful, but WITHOUT
0059   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0060   FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
0061   more details.
0062 
0063   For more details see the file COPYING in the source distribution of Linux.