diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-03-31 14:44:56 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-15 15:51:24 +0200 |
commit | 63735af86d645a47903f912ae89957507edd917b (patch) | |
tree | 73993f9338ceb5b4123cf70876c7c170e0c3eb96 /Documentation/driver-api | |
parent | e4da97eb3a0969e240a276562b45fb1ba2a343a3 (diff) | |
download | linux-63735af86d645a47903f912ae89957507edd917b.tar.bz2 |
media: docs: add cros-references to the other media guides
In order to make easier for people to navigate between the
three media guides, add cross-references between them
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/media/index.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/driver-api/media/index.rst b/Documentation/driver-api/media/index.rst index 5e9f67f34081..328350924853 100644 --- a/Documentation/driver-api/media/index.rst +++ b/Documentation/driver-api/media/index.rst @@ -6,8 +6,16 @@ Media subsystem kernel internal API =================================== +This section contains usage information about media subsystem and +its supported drivers. +Please see: +- :doc:`/admin-guide/media/index` + for usage information about media subsystem and supported drivers; + +- :doc:`/userspace-api/media/index` + for the userspace APIs used on media devices. .. only:: html |