# This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2004/04/06 10:19:41-04:00 mort@descartes.i.bork.org # Add support for the composite and svideo ports on # the ASUS TV FM card (7133). # # drivers/media/video/saa7134/saa7134-cards.c # 2004/04/06 10:19:37-04:00 mort@descartes.i.bork.org +8 -0 # Add support for the composite and svideo ports on # the ASUS TV FM card (7133). # diff -Nru a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c --- a/drivers/media/video/saa7134/saa7134-cards.c Tue Apr 6 10:20:35 2004 +++ b/drivers/media/video/saa7134/saa7134-cards.c Tue Apr 6 10:20:35 2004 @@ -739,6 +739,14 @@ .vmux = 1, .amux = TV, .tv = 1, + },{ + .name = name_comp1, + .vmux = 4, + .amux = LINE2, + },{ + .name = name_svideo, + .vmux = 6, + .amux = LINE2, }}, .radio = { .name = name_radio,