diff options
author | Andy Walls <awalls@radix.net> | 2010-03-13 16:40:03 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-18 00:47:13 -0300 |
commit | d9a325a865becc082d592d16a15f01a9684ef82e (patch) | |
tree | b3b7d192d19bd353c9eca8c48b20b59505ae489f /drivers/media/video/cx18/cx18-cards.c | |
parent | c6ebc6c4acbedcc766a8af147ccb9c39e77578ae (diff) | |
download | linux-d9a325a865becc082d592d16a15f01a9684ef82e.tar.gz linux-d9a325a865becc082d592d16a15f01a9684ef82e.tar.bz2 linux-d9a325a865becc082d592d16a15f01a9684ef82e.zip |
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.c | 2 |
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) "S-Video 2", "Composite 1", "Composite 2", - "Composite 3" + "Component 1" }; memset(input, 0, sizeof(*input)); |