diff options
author | Andy Walls <awalls@radix.net> | 2010-03-13 14:40:03 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-17 23:47:13 -0400 |
commit | d9a325a865becc082d592d16a15f01a9684ef82e (patch) | |
tree | b3b7d192d19bd353c9eca8c48b20b59505ae489f /drivers/media/video/cx18/cx18-cards.h | |
parent | c6ebc6c4acbedcc766a8af147ccb9c39e77578ae (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.h')
-rw-r--r-- | drivers/media/video/cx18/cx18-cards.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx18/cx18-cards.h b/drivers/media/video/cx18/cx18-cards.h index af3d71607dc9..796e517300ac 100644 --- a/drivers/media/video/cx18/cx18-cards.h +++ b/drivers/media/video/cx18/cx18-cards.h | |||
@@ -43,7 +43,7 @@ | |||
43 | #define CX18_CARD_INPUT_SVIDEO2 3 | 43 | #define CX18_CARD_INPUT_SVIDEO2 3 |
44 | #define CX18_CARD_INPUT_COMPOSITE1 4 | 44 | #define CX18_CARD_INPUT_COMPOSITE1 4 |
45 | #define CX18_CARD_INPUT_COMPOSITE2 5 | 45 | #define CX18_CARD_INPUT_COMPOSITE2 5 |
46 | #define CX18_CARD_INPUT_COMPOSITE3 6 | 46 | #define CX18_CARD_INPUT_COMPONENT1 6 |
47 | 47 | ||
48 | /* audio inputs */ | 48 | /* audio inputs */ |
49 | #define CX18_CARD_INPUT_AUD_TUNER 1 | 49 | #define CX18_CARD_INPUT_AUD_TUNER 1 |
@@ -62,7 +62,7 @@ | |||
62 | struct cx18_card_video_input { | 62 | struct cx18_card_video_input { |
63 | u8 video_type; /* video input type */ | 63 | u8 video_type; /* video input type */ |
64 | u8 audio_index; /* index in cx18_card_audio_input array */ | 64 | u8 audio_index; /* index in cx18_card_audio_input array */ |
65 | u16 video_input; /* hardware video input */ | 65 | u32 video_input; /* hardware video input */ |
66 | }; | 66 | }; |
67 | 67 | ||
68 | struct cx18_card_audio_input { | 68 | struct cx18_card_audio_input { |