msm: camera: sensor: Increase slot ids in sensor

Increase the max supported slot ids to 16 in sensor.

CRs-Fixed: 2871214
Change-Id: I08910f2c34f70333bf25dbb31de5994c3beb7a8f
Signed-off-by: Jigar Agrawal <jigar@codeaurora.org>
这个提交包含在:
Jigar Agrawal
2021-02-04 11:54:21 -08:00
提交者 Gerrit - the friendly Code Review server
父节点 7b2a65de04
当前提交 85c3935cd3

查看文件

@@ -345,6 +345,12 @@ enum msm_sensor_camera_id_t {
CAMERA_7,
CAMERA_8,
CAMERA_9,
CAMERA_10,
CAMERA_11,
CAMERA_12,
CAMERA_13,
CAMERA_14,
CAMERA_15,
MAX_CAMERAS,
};