mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-28 13:34:38 +08:00
da83c888bf
The uAPI book has 5 parts, but they lost numeration after conversion to rst. Manually number those parts, and make the main index with 1 depth, to only show the parts and the annexes. At each part, use :maxwidth: 5, in order to show a more complete index. While here, fix the cross-references between different books. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
53 lines
905 B
ReStructuredText
53 lines
905 B
ReStructuredText
.. -*- coding: utf-8; mode: rst -*-
|
|
|
|
.. include:: <isonum.txt>
|
|
|
|
.. _media_controller:
|
|
|
|
##############################
|
|
Part IV - Media Controller API
|
|
##############################
|
|
|
|
.. class:: toc-title
|
|
|
|
Table of Contents
|
|
|
|
.. toctree::
|
|
:maxdepth: 5
|
|
:numbered:
|
|
|
|
media-controller-intro
|
|
media-controller-model
|
|
media-types
|
|
media-funcs
|
|
media-header
|
|
|
|
|
|
**********************
|
|
Revision and Copyright
|
|
**********************
|
|
|
|
Authors:
|
|
|
|
- Pinchart, Laurent <laurent.pinchart@ideasonboard.com>
|
|
|
|
- Initial version.
|
|
|
|
- Carvalho Chehab, Mauro <mchehab@kernel.org>
|
|
|
|
- MEDIA_IOC_G_TOPOLOGY documentation and documentation improvements.
|
|
|
|
**Copyright** |copy| 2010 : Laurent Pinchart
|
|
|
|
**Copyright** |copy| 2015-2016 : Mauro Carvalho Chehab
|
|
|
|
****************
|
|
Revision History
|
|
****************
|
|
|
|
:revision: 1.1.0 / 2015-12-12 (*mcc*)
|
|
|
|
:revision: 1.0.0 / 2010-11-10 (*lp*)
|
|
|
|
Initial revision
|