cx18: Add a component video input to the PVR2100 and DVR3200H card entries

From: Andy Walls <[email protected]>

This is a guess at the proper configuration for component video on the Leadtek
PVR2100 and DVR3100 H.

Priority: normal

Signed-off-by: Andy Walls <[email protected]>

diff -r 9d3394f49a90 -r 477109669a0c linux/drivers/media/video/cx18/cx18-cards.c
--- a/linux/drivers/media/video/cx18/cx18-cards.c       Fri Jan 08 23:01:47 
2010 -0500
+++ b/linux/drivers/media/video/cx18/cx18-cards.c       Fri Jan 08 23:09:45 
2010 -0500
@@ -381,6 +381,7 @@
                { CX18_CARD_INPUT_SVIDEO1,    1,
                        CX18_AV_SVIDEO_LUMA3 | CX18_AV_SVIDEO_CHROMA4 },
                { CX18_CARD_INPUT_COMPOSITE1, 1, CX18_AV_COMPOSITE7 },
+               { CX18_CARD_INPUT_COMPONENT1, 1, CX18_AV_COMPONENT1 },
        },
        .audio_inputs = {
                { CX18_CARD_INPUT_AUD_TUNER, CX18_AV_AUDIO5,        0 },
@@ -433,6 +434,7 @@
                { CX18_CARD_INPUT_SVIDEO1,    1,
                        CX18_AV_SVIDEO_LUMA3 | CX18_AV_SVIDEO_CHROMA4 },
                { CX18_CARD_INPUT_COMPOSITE1, 1, CX18_AV_COMPOSITE7 },
+               { CX18_CARD_INPUT_COMPONENT1, 1, CX18_AV_COMPONENT1 },
        },
        .audio_inputs = {
                { CX18_CARD_INPUT_AUD_TUNER, CX18_AV_AUDIO5,        0 },


--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to