Message ID | 20250725172130.2218836-3-kieran.bingham@ideasonboard.com |
---|---|
State | New |
Headers | show |
Series |
|
Related | show |
Hi Kieran, Thank you for the patch. On Fri, Jul 25, 2025 at 06:21:30PM +0100, Kieran Bingham wrote: > The linux kernel documentation for the Media Controller has moved. > Update the URL accordingly to the new location. > > The existing link pointed to the 'introduction' page - but this isn't > easy to identify or get an overview of the full documentation available > for media controller. Instead point the link to the top level of the > media controller userspace API pages. > > Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > Documentation/guides/application-developer.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/guides/application-developer.rst b/Documentation/guides/application-developer.rst > index 6501345a9e0a..4a18ae3a1025 100644 > --- a/Documentation/guides/application-developer.rst > +++ b/Documentation/guides/application-developer.rst > @@ -54,7 +54,7 @@ the `Linux Media Controller`_ and `Video for Linux`_ (V4L2) APIs, meaning that > an application doesn't need to handle device or driver specific details. > > .. _CameraManager: https://libcamera.org/api-html/classlibcamera_1_1CameraManager.html > -.. _Linux Media Controller: https://www.kernel.org/doc/html/latest/media/uapi/mediactl/media-controller-intro.html > +.. _Linux Media Controller: https://www.kernel.org/doc/html/latest/userspace-api/media/mediactl/media-controller.html > .. _Video for Linux: https://www.linuxtv.org/docs.php > > Before the ``int main()`` function, create a global shared pointer
diff --git a/Documentation/guides/application-developer.rst b/Documentation/guides/application-developer.rst index 6501345a9e0a..4a18ae3a1025 100644 --- a/Documentation/guides/application-developer.rst +++ b/Documentation/guides/application-developer.rst @@ -54,7 +54,7 @@ the `Linux Media Controller`_ and `Video for Linux`_ (V4L2) APIs, meaning that an application doesn't need to handle device or driver specific details. .. _CameraManager: https://libcamera.org/api-html/classlibcamera_1_1CameraManager.html -.. _Linux Media Controller: https://www.kernel.org/doc/html/latest/media/uapi/mediactl/media-controller-intro.html +.. _Linux Media Controller: https://www.kernel.org/doc/html/latest/userspace-api/media/mediactl/media-controller.html .. _Video for Linux: https://www.linuxtv.org/docs.php Before the ``int main()`` function, create a global shared pointer
The linux kernel documentation for the Media Controller has moved. Update the URL accordingly to the new location. The existing link pointed to the 'introduction' page - but this isn't easy to identify or get an overview of the full documentation available for media controller. Instead point the link to the top level of the media controller userspace API pages. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> --- Documentation/guides/application-developer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)