File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,9 +135,6 @@ Device Drivers and Devicetree
135
135
The :c:macro: `DEVICE_API() ` macro should be used by out-of-tree driver implementations for
136
136
all the upstream driver classes.
137
137
138
- * The :c:func: `video_buffer_alloc ` and :c:func: `video_buffer_aligned_alloc ` functions in the
139
- video API now take an additional timeout parameter.
140
-
141
138
ADC
142
139
===
143
140
@@ -471,6 +468,9 @@ Video
471
468
``pitch = width * video_pix_fmt_bpp(pixfmt) `` needs to be replaced by an equivalent
472
469
``pitch = width * video_bits_per_pixel(pixfmt) / BITS_PER_BYTE ``.
473
470
471
+ * The :c:func: `video_buffer_alloc ` and :c:func: `video_buffer_aligned_alloc ` functions in the
472
+ video API now take an additional timeout parameter.
473
+
474
474
* The :c:func: `video_stream_start ` and :c:func: `video_stream_stop ` driver APIs are now merged
475
475
into the new :c:func: `video_set_stream ` driver API. The user APIs are however unchanged to
476
476
keep backward compatibility with downstream applications.
You can’t perform that action at this time.
0 commit comments