| commit | 1257c50122ce06e11c82083a40f0ffc9fdc3e792 | [log] [tgz] |
|---|---|---|
| author | Alain Volmat <alain.volmat@foss.st.com> | Fri Aug 15 17:58:53 2025 +0200 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Thu Oct 23 16:03:10 2025 -0400 |
| tree | f843212cfdfe16f07d44da6b6e856e1092b5a348 | |
| parent | e7bae6ce88da932209b7678f99585144230dff8f [diff] |
samples: usb: uvc: ensure video buffer is properly aligned Honor the CONFIG_VIDEO_BUFFER_POOL_ALIGN config by using the video_buffer_aligned_alloc function instead of video_buffer_alloc in order to provide properly aligned buffers to drivers. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>