Re: [PATCH 1/1] media: entity: Swap pads if route is checked from source to sink

2017-03-07 Thread Niklas Söderlund
Hi Sakari, Thanks for the patch. On 2016-11-08 12:11:15 +0200, Sakari Ailus wrote: > This way the pads are always passed to the has_route() op sink pad first. > Makes sense. > > Signed-off-by: Sakari Ailus > --- > Hi Niklas, > > This should make it easier to

Re: [PATCH 1/1] media: entity: Swap pads if route is checked from source to sink

2017-03-07 Thread Sakari Ailus
Hi Niklas, On 03/07/17 13:15, Niklas Söderlund wrote: > Hi Sakari, > > Thanks for the patch. > > On 2016-11-08 12:11:15 +0200, Sakari Ailus wrote: >> This way the pads are always passed to the has_route() op sink pad first. >> Makes sense. >> >> Signed-off-by: Sakari Ailus

[PATCH 1/1] media: entity: Swap pads if route is checked from source to sink

2016-11-08 Thread Sakari Ailus
This way the pads are always passed to the has_route() op sink pad first. Makes sense. Signed-off-by: Sakari Ailus --- Hi Niklas, This should make it easier to implement the has_route() op in drivers. Feel free to merge this to "[PATCH 02/32] media: entity: Add