aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx18-cards.c
diff options
context:
space:
mode:
authorAndy Walls <awalls@radix.net>2010-03-13 14:40:03 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-17 23:47:13 -0400
commitd9a325a865becc082d592d16a15f01a9684ef82e (patch)
treeb3b7d192d19bd353c9eca8c48b20b59505ae489f /drivers/media/video/cx18/cx18-cards.c
parentc6ebc6c4acbedcc766a8af147ccb9c39e77578ae (diff)
V4L/DVB: cx18: Add support for component video inputs
Signed-off-by: Andy Walls <awalls@radix.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18/cx18-cards.c')
-rw-r--r--drivers/media/video/cx18/cx18-cards.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-cards.c b/drivers/media/video/cx18/cx18-cards.c
index f808fb6fc1c1..3d35f58e3119 100644
--- a/drivers/media/video/cx18/cx18-cards.c
+++ b/drivers/media/video/cx18/cx18-cards.c
@@ -480,7 +480,7 @@ int cx18_get_input(struct cx18 *cx, u16 index, struct v4l2_input *input)
480 "S-Video 2", 480 "S-Video 2",
481 "Composite 1", 481 "Composite 1",
482 "Composite 2", 482 "Composite 2",
483 "Composite 3" 483 "Component 1"
484 }; 484 };
485 485
486 memset(input, 0, sizeof(*input)); 486 memset(input, 0, sizeof(*input));