ipa: raspberrypi: Use direct return value for configure()
Now that we support returning int directly in addition to other output parameters, improve the configure() function in the raspberrypi IPA interface. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
@@ -77,7 +77,7 @@ interface IPARPiInterface {
|
||||
map<uint32, IPAStream> streamConfig,
|
||||
map<uint32, ControlInfoMap> entityControls,
|
||||
ConfigInput ipaConfig)
|
||||
=> (ConfigOutput results, int32 ret);
|
||||
=> (int32 ret, ConfigOutput results);
|
||||
|
||||
/**
|
||||
* \fn mapBuffers()
|
||||
|
||||
Reference in New Issue
Block a user