index.rst 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .. SPDX-License-Identifier: GPL-2.0
  2. .. include:: <isonum.txt>
  3. ====================================
  4. Media subsystem admin and user guide
  5. ====================================
  6. This section contains usage information about media subsystem and
  7. its supported drivers.
  8. Please see:
  9. Documentation/userspace-api/media/index.rst
  10. - for the userspace APIs used on media devices.
  11. Documentation/driver-api/media/index.rst
  12. - for driver development information and Kernel APIs used by
  13. media devices;
  14. Documentation/process/debugging/media_specific_debugging_guide.rst
  15. - for advice about essential tools and techniques to debug drivers on this
  16. subsystem
  17. .. toctree::
  18. :caption: Table of Contents
  19. :maxdepth: 2
  20. :numbered:
  21. intro
  22. building
  23. remote-controller
  24. cec
  25. dvb
  26. cardlist
  27. v4l-drivers
  28. dvb-drivers
  29. **Copyright** |copy| 1999-2020 : LinuxTV Developers
  30. ::
  31. This documentation is free software; you can redistribute it and/or modify it
  32. under the terms of the GNU General Public License as published by the Free
  33. Software Foundation; either version 2 of the License, or (at your option) any
  34. later version.
  35. This program is distributed in the hope that it will be useful, but WITHOUT
  36. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  37. FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  38. more details.
  39. For more details see the file COPYING in the source distribution of Linux.