Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d680c063 authored by YUE CHEN's avatar YUE CHEN Committed by Gerrit - the friendly Code Review server
Browse files

msm: ais: change maximum context numbers to 32



In Automotive, we need support multiple cameras case, which
up to 32 clients in the feature.

Change-Id: I9366b2060484908ac845ca0956ecde70912bf185
Signed-off-by: default avatarYUE CHEN <yueche@codeaurora.org>
parent 83127d77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@


/* maximum context numbers */
#define CAM_CTX_MAX                         8
#define CAM_CTX_MAX                         32

/* maximum buf done irqs */
#define CAM_NUM_OUT_PER_COMP_IRQ_MAX        12