aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/s5p-fimc/fimc-core.h
diff options
context:
space:
mode:
authorSylwester Nawrocki <s.nawrocki@samsung.com>2011-08-24 19:28:18 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-09-06 17:40:04 -0300
commitd09a7dc887275564ea226b3b089b51c2c8b07bee (patch)
tree18ea530be8f69dab23840067d8643723ed89c720 /drivers/media/video/s5p-fimc/fimc-core.h
parent[media] s5p-fimc: Convert to the new control framework (diff)
downloadlinux-dev-d09a7dc887275564ea226b3b089b51c2c8b07bee.tar.xz
linux-dev-d09a7dc887275564ea226b3b089b51c2c8b07bee.zip
[media] s5p-fimc: Add media operations in the capture entity driver
Add the link_setup handler for the camera capture video node. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/s5p-fimc/fimc-core.h')
-rw-r--r--drivers/media/video/s5p-fimc/fimc-core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/s5p-fimc/fimc-core.h b/drivers/media/video/s5p-fimc/fimc-core.h
index 1825e339fa35..87a89f1a81ba 100644
--- a/drivers/media/video/s5p-fimc/fimc-core.h
+++ b/drivers/media/video/s5p-fimc/fimc-core.h
@@ -305,6 +305,7 @@ struct fimc_m2m_device {
* @reqbufs_count: the number of buffers requested in REQBUFS ioctl
* @input_index: input (camera sensor) index
* @refcnt: driver's private reference counter
+ * @input: capture input type, grp_id of the attached subdev
* @user_subdev_api: true if subdevs are not configured by the host driver
*/
struct fimc_vid_cap {
@@ -323,6 +324,7 @@ struct fimc_vid_cap {
unsigned int reqbufs_count;
int input_index;
int refcnt;
+ u32 input;
bool user_subdev_api;
};