On 06/09/2023 12:49, Sakari Ailus wrote:
Set the stream field for g_routing. This was missed in the original patch
adding support for streams.
I think you mean g_selection, in both the subject and desc.
Other than that:
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@xxxxxxxxxxxxxxxx>
Fixes: e300287381c6 ("media-ctl: Add support for routes and streams")
Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx>
---
utils/media-ctl/libv4l2subdev.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/utils/media-ctl/libv4l2subdev.c b/utils/media-ctl/libv4l2subdev.c
index 16e1284cc0a3..c614f4a2e0fd 100644
--- a/utils/media-ctl/libv4l2subdev.c
+++ b/utils/media-ctl/libv4l2subdev.c
@@ -166,6 +166,7 @@ int v4l2_subdev_get_selection(struct media_entity *entity,
memset(&u.sel, 0, sizeof(u.sel));
u.sel.pad = pad;
+ u.sel.stream = stream;
u.sel.target = target;
u.sel.which = which;