aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/video4linux/soc-camera.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/video4linux/soc-camera.txt')
-rw-r--r--Documentation/video4linux/soc-camera.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/video4linux/soc-camera.txt b/Documentation/video4linux/soc-camera.txt
index f62fcdbc8b9f..daa9e2ac162c 100644
--- a/Documentation/video4linux/soc-camera.txt
+++ b/Documentation/video4linux/soc-camera.txt
@@ -116,7 +116,7 @@ VIDIOC_S_FMT: sets user window. Should preserve previously set sensor window as
116much as possible by modifying scaling factors. If the sensor window cannot be 116much as possible by modifying scaling factors. If the sensor window cannot be
117preserved precisely, it may be changed too. 117preserved precisely, it may be changed too.
118 118
119In soc-camera there are two locations, where scaling and cropping can taks 119In soc-camera there are two locations, where scaling and cropping can take
120place: in the camera driver and in the host driver. User ioctls are first passed 120place: in the camera driver and in the host driver. User ioctls are first passed
121to the host driver, which then generally passes them down to the camera driver. 121to the host driver, which then generally passes them down to the camera driver.
122It is more efficient to perform scaling and cropping in the camera driver to 122It is more efficient to perform scaling and cropping in the camera driver to