index.rst 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .. SPDX-License-Identifier: GPL-2.0
  2. .. include:: <isonum.txt>
  3. ===================================
  4. Media subsystem kernel internal API
  5. ===================================
  6. This section contains usage information about media subsystem and
  7. its supported drivers.
  8. Please see:
  9. Documentation/admin-guide/media/index.rst
  10. - for usage information about media subsystem and supported drivers;
  11. Documentation/userspace-api/media/index.rst
  12. - for the userspace APIs used on media devices.
  13. .. only:: html
  14. .. class:: toc-title
  15. Table of Contents
  16. .. toctree::
  17. :maxdepth: 5
  18. :numbered:
  19. maintainer-entry-profile
  20. v4l2-core
  21. dtv-core
  22. rc-core
  23. mc-core
  24. cec-core
  25. tx-rx
  26. camera-sensor
  27. drivers/index
  28. **Copyright** |copy| 2009-2020 : LinuxTV Developers
  29. ::
  30. This documentation is free software; you can redistribute it and/or modify it
  31. under the terms of the GNU General Public License as published by the Free
  32. Software Foundation; either version 2 of the License, or (at your option) any
  33. later version.
  34. This program is distributed in the hope that it will be useful, but WITHOUT
  35. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  36. FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  37. more details.
  38. For more details see the file COPYING in the source distribution of Linux.