techpack: camera: req_mgr: increase max handles to match stock camera module

This commit is contained in:
Cosmin Tanislav 2021-09-01 13:27:41 +03:00 committed by Giovanni Ricca
parent 062757c76b
commit ec49228fcc
No known key found for this signature in database

View file

@ -43,7 +43,7 @@
* It includes both session and device handles
*/
#define CAM_REQ_MGR_MAX_HANDLES 64
#define CAM_REQ_MGR_MAX_HANDLES_V2 128
#define CAM_REQ_MGR_MAX_HANDLES_V2 256
#define MAX_LINKS_PER_SESSION 2
/* V4L event type which user space will subscribe to */