forked from Minki/linux
v4l: vsp1: Don't set WPF sink pointer
The sink pointer is used to configure routing inside the VSP, and as such must point to the next VSP entity in the pipeline. The WPF being a pipeline terminal sink, its output route can't be configured. The routing configuration code already handles this correctly without referring to the sink pointer, which thus doesn't need to be set. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Acked-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
a0991c71ea
commit
96be4c2ccc
@ -412,7 +412,6 @@ static int vsp1_create_entities(struct vsp1_device *vsp1)
|
||||
}
|
||||
|
||||
list_add_tail(&video->list, &vsp1->videos);
|
||||
wpf->entity.sink = &video->video.entity;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user