Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (5491): Cx88: Support the DTV1000 T analog inputs

Add support for the S-Video and CVBS (composite) analog video inputs
of the Leadtek WinFast DTV1000 T adapter.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

authored by

Jean Delvare and committed by
Mauro Carvalho Chehab
e8f4e752 fd51c697

+6
+6
drivers/media/video/cx88/cx88-cards.c
··· 885 885 .input = {{ 886 886 .type = CX88_VMUX_DVB, 887 887 .vmux = 0, 888 + },{ 889 + .type = CX88_VMUX_COMPOSITE1, 890 + .vmux = 1, 891 + },{ 892 + .type = CX88_VMUX_SVIDEO, 893 + .vmux = 2, 888 894 }}, 889 895 .mpeg = CX88_MPEG_DVB, 890 896 },