Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2.. include:: <isonum.txt>
3
4.. _media_controller:
5
6##############################
7Part IV - Media Controller API
8##############################
9
10.. toctree::
11 :caption: Table of Contents
12 :maxdepth: 5
13 :numbered:
14
15 media-controller-intro
16 media-controller-model
17 media-types
18 request-api
19 media-funcs
20 media-header
21
22
23**********************
24Revision and Copyright
25**********************
26
27Authors:
28
29- Pinchart, Laurent <laurent.pinchart@ideasonboard.com>
30
31 - Initial version.
32
33- Carvalho Chehab, Mauro <mchehab@kernel.org>
34
35 - MEDIA_IOC_G_TOPOLOGY documentation and documentation improvements.
36
37**Copyright** |copy| 2010 : Laurent Pinchart
38
39**Copyright** |copy| 2015-2016 : Mauro Carvalho Chehab
40
41****************
42Revision History
43****************
44
45:revision: 1.1.0 / 2015-12-12 (*mcc*)
46
47:revision: 1.0.0 / 2010-11-10 (*lp*)
48
49Initial revision