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

Commit 7a10111a authored by Jigar Agrawal's avatar Jigar Agrawal Committed by Gerrit - the friendly Code Review server
Browse files

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: default avatarJigar Agrawal <jigar@codeaurora.org>
parent 67373afb
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
 * Copyright (c) 2017-2021, The Linux Foundation. All rights reserved.
 */

#ifndef _CAM_SENSOR_CMN_HEADER_
@@ -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,
};