Hi, On 31/08/2022 17:13, Tomi Valkeinen wrote:
Add support to manage configurations (format, crop, compose) per stream, instead of per pad. This is accomplished with data structures that hold an array of all subdev's stream configurations. The number of streams can vary at runtime based on routing. Every time the routing is changed, the stream configurations need to be re-initialized.
Intel's test bot says that this doesn't compile, and I can see that having CONFIG_MEDIA_CONTROLLER enabled but CONFIG_VIDEO_V4L2_SUBDEV_API disabled causes a build failure.
I need to find out (again) what exactly those defines mean, and do the necessary adjustments to the code.
Tomi