msm: camera: sensor: Update maximum supported camera id
Updates maximum number of supported camera id to 9 CRs-Fixed: 2584631 Change-Id: I00a595d784b38030a7996a8da930ecdeaf05835c Signed-off-by: Karthik Jayakumar <kjayakum@codeaurora.org>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef _CAM_SENSOR_CMN_HEADER_
|
||||
@@ -338,6 +338,9 @@ enum msm_sensor_camera_id_t {
|
||||
CAMERA_4,
|
||||
CAMERA_5,
|
||||
CAMERA_6,
|
||||
CAMERA_7,
|
||||
CAMERA_8,
|
||||
CAMERA_9,
|
||||
MAX_CAMERAS,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user