summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDmitry Lavnikevich <d.lavnikevich@sam-solutions.net>2013-05-13 17:21:10 +0300
committerJustin Waters <justin.waters@timesys.com>2013-11-07 12:19:31 -0500
commitb6b0a0682e4503a3c4dded8bd835024ece15ff28 (patch)
tree527f7cd4c6927ebd25d6f2160fa7d0dd215a4ca0 /include
parent24500e2e4bff773d1ca822ca3af2730e5d7f62cb (diff)
Implemented video capture board led control.
For led control pca9538 is used. Currently both green and red leds are on for selected video input. Signed-off-by: Uladzimir Bely <u.bely@sam-solutions.net> Signed-off-by: Christian Hemp <c.hemp@phytec.de>
Diffstat (limited to 'include')
-rw-r--r--include/media/tw9910.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/tw9910.h b/include/media/tw9910.h
index 90bcf1fa5421..7c800e24d7df 100644
--- a/include/media/tw9910.h
+++ b/include/media/tw9910.h
@@ -30,6 +30,7 @@ enum tw9910_mpout_pin {
};
struct tw9910_video_info {
+ int (*switch_input)(int input);
unsigned long buswidth;
enum tw9910_mpout_pin mpout;
};