mirror of
https://github.com/torvalds/linux.git
synced 2024-12-06 11:01:43 +00:00
f85f5ae45a
"class:: toc-title" was a workaround for older Sphinx versions that are no longer supported. The canonical way to add a heading to the ToC is to use :caption:. Do that. Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Cc: Richard Cochran <richardcochran@gmail.com> Cc: SeongJae Park <sj@kernel.org> Cc: Hans de Goede <hdegoede@redhat.com> Cc: Armin Wolf <W_Armin@gmx.de> Cc: Iwona Winiarska <iwona.winiarska@intel.com> Cc: Ricardo Cañuelo <ricardo.canuelo@collabora.com> Cc: Tomas Winkler <tomas.winkler@intel.com> Cc: linux-media@vger.kernel.org Cc: Yanteng Si <siyanteng@loongson.cn> Cc: Alex Shi <alexs@kernel.org> Cc: Wu XiangCheng <bobwxc@email.cn> Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20231027081830.195056-7-vegard.nossum@oracle.com
55 lines
1.3 KiB
ReStructuredText
55 lines
1.3 KiB
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
.. include:: <isonum.txt>
|
|
|
|
===================================
|
|
Media subsystem kernel internal API
|
|
===================================
|
|
|
|
This section contains usage information about media subsystem and
|
|
its supported drivers.
|
|
|
|
Please see:
|
|
|
|
Documentation/admin-guide/media/index.rst
|
|
|
|
- for usage information about media subsystem and supported drivers;
|
|
|
|
Documentation/userspace-api/media/index.rst
|
|
|
|
- for the userspace APIs used on media devices.
|
|
|
|
|
|
.. toctree::
|
|
:caption: Table of Contents
|
|
:maxdepth: 5
|
|
:numbered:
|
|
|
|
maintainer-entry-profile
|
|
|
|
v4l2-core
|
|
dtv-core
|
|
rc-core
|
|
mc-core
|
|
cec-core
|
|
tx-rx
|
|
camera-sensor
|
|
|
|
drivers/index
|
|
|
|
**Copyright** |copy| 2009-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.
|