[media] vsp1: Fix lack of the sink entity registration for enabled links
authorKatsuya Matsubara <matsu@igel.co.jp>
Fri, 26 Jul 2013 09:32:11 +0000 (06:32 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Sun, 18 Aug 2013 10:30:46 +0000 (07:30 -0300)
commitdb32eb6c18d7617e61ca65eb13b66de4dea56f1f
tree688c2e14dc0c7bc34b1282eb04c727296c48e3a0
parent26e0ca22c3b85b04f693dd0422f13a61846ccfa9
[media] vsp1: Fix lack of the sink entity registration for enabled links

Each source entity maintains a pointer to the counterpart sink
entity while an enabled link connects them. It should be managed by
the setup_link callback in the media controller framework at runtime.
However, enabled links which connect RPFs and WPFs that have an
equivalent index number are created during initialization.
This registers the pointer to a sink entity from the source entity
when an enabled link is created.

Signed-off-by: Katsuya Matsubara <matsu@igel.co.jp>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@iki.fi>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/vsp1/vsp1_drv.c