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

Commit 4994456f authored by Seemanta Dutta's avatar Seemanta Dutta
Browse files

msm: camera: Add camera sync driver



Add the camera sync driver implementation which will
be used by user space and kernel space to synchronize
between themselves.

CRs-Fixed: 1108613
Change-Id: I2942b3f60dcbc2abd2b3ab606496c537ffb63597
Signed-off-by: default avatarSeemanta Dutta <seemanta@codeaurora.org>
parent 9d62754f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
ccflags-y += -Idrivers/media/platform/msm/camera/cam_req_mgr

obj-$(CONFIG_SPECTRA_CAMERA) += cam_req_mgr/
obj-$(CONFIG_SPECTRA_CAMERA) += cam_utils/
obj-$(CONFIG_SPECTRA_CAMERA) += cam_core/
obj-$(CONFIG_SPECTRA_CAMERA) += cam_sync/
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_SPECTRA_CAMERA) += cam_sync.o cam_sync_util.o
Loading