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:
Paul Elder 2021-03-08 16:48:28 +09:00
parent 0612bef601
commit 45ebe9a209
3 changed files with 18 additions and 23 deletions

View file

@ -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()