Commit 4f585fd7 authored by Josuah Demangeon's avatar Josuah Demangeon Committed by Daniel DeGrasse
Browse files

doc: migration-guide-4.2: add video-related API changes



Document API changes affecting video drivers as visible on the
<zephyr/drivers/video.h> header.

Signed-off-by: default avatarJosuah Demangeon <me@josuah.net>
parent 424ad06a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -727,6 +727,10 @@ Video
* Samples and projects using the :ref:`native simulator <native_sim>` now require specifying the
  ``--snippet`` :ref:`video-sw-generator <snippet-video-sw-generator>` to build correctly.

* :c:func:`video_query_ctrl` now takes a single argument with the :c:struct:`video_ctrl_query`,
  which now contains a ``video_ctrl_query.dev`` field to specify and read back which device is
  being queried (:github:`91265`).

Audio
=====