From b6b0a0682e4503a3c4dded8bd835024ece15ff28 Mon Sep 17 00:00:00 2001 From: Dmitry Lavnikevich Date: Mon, 13 May 2013 17:21:10 +0300 Subject: 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 Signed-off-by: Christian Hemp --- include/media/tw9910.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; }; -- cgit v1.2.3