mirror of
https://github.com/torvalds/linux.git
synced 2024-12-25 20:32:22 +00:00
2aca74c8b1
Several of the existing documents under the media admin-guide contain build procedures. Add an specific chapter describing it. This document was partially inspired on the modifications I made to the bttv.rst file. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
126 lines
2.1 KiB
ReStructuredText
126 lines
2.1 KiB
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
.. include:: <isonum.txt>
|
|
|
|
============================
|
|
Media subsystem usage guides
|
|
============================
|
|
|
|
This section contains usage information about media subsystem and
|
|
its supported drivers.
|
|
|
|
Please see:
|
|
|
|
- :doc:`/userspace-api/media/index`
|
|
for the userspace APIs used on media devices.
|
|
|
|
- :doc:`/driver-api/media/index`
|
|
for driver development information and Kernel APIs used by
|
|
media devices;
|
|
|
|
.. _uapi-v4l-drivers:
|
|
|
|
################################################
|
|
Video4Linux (V4L) driver-specific documentation
|
|
################################################
|
|
|
|
.. only:: html
|
|
|
|
.. class:: toc-title
|
|
|
|
Table of Contents
|
|
|
|
.. toctree::
|
|
:maxdepth: 5
|
|
:numbered:
|
|
|
|
intro
|
|
building
|
|
|
|
cardlist
|
|
|
|
v4l-with-ir
|
|
|
|
bttv
|
|
cafe_ccic
|
|
cpia2
|
|
cx88
|
|
davinci-vpbe
|
|
fimc
|
|
imx
|
|
imx7
|
|
ipu3
|
|
ivtv
|
|
meye
|
|
omap3isp
|
|
omap4_camera
|
|
philips
|
|
qcom_camss
|
|
rcar-fdp1
|
|
saa7134
|
|
si470x
|
|
si4713
|
|
si476x
|
|
vimc
|
|
vivid
|
|
|
|
##############################################
|
|
Linux Digital TV driver-specific documentation
|
|
##############################################
|
|
|
|
.. only:: html
|
|
|
|
.. class:: toc-title
|
|
|
|
Table of Contents
|
|
|
|
.. toctree::
|
|
:maxdepth: 5
|
|
:numbered:
|
|
|
|
dvb_intro
|
|
ci
|
|
faq
|
|
dvb_references
|
|
|
|
cards
|
|
avermedia
|
|
bt8xx
|
|
lmedm04
|
|
opera-firmware
|
|
technisat
|
|
ttusb-dec
|
|
zr364xx
|
|
|
|
#################################
|
|
CEC driver-specific documentation
|
|
#################################
|
|
|
|
.. only:: html
|
|
|
|
.. class:: toc-title
|
|
|
|
Table of Contents
|
|
|
|
.. toctree::
|
|
:maxdepth: 5
|
|
:numbered:
|
|
|
|
pulse8-cec
|
|
|
|
**Copyright** |copy| 1999-2020 : LinuxTV Developers
|
|
|
|
::
|
|
|
|
This documentation is free software; you can redistribute it and/or modify it
|
|
under the terms of the GNU General Public License as published by the Free
|
|
Software Foundation; either version 2 of the License, or (at your option) any
|
|
later version.
|
|
|
|
This program is distributed in the hope that it will be useful, but WITHOUT
|
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
more details.
|
|
|
|
For more details see the file COPYING in the source distribution of Linux.
|