[PATCH] saa7134 - Add two inputs for Asus TV FM

From: Martin Hicks
Date: Tue Apr 06 2004 - 10:49:55 EST



Hi,

I just bought an ASUS TV FM capture card, based on the saa7134
chip. It only had one input specified, coax. This patch adds the
Composite and S-Video inputs. It seems to work correctly for me.

The patch is against 2.6.5.

thanks
mh

--
Martin Hicks || mort@xxxxxxxx || PGP/GnuPG: 0x4C7F2BEE
# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2004/04/06 10:19:41-04:00 mort@xxxxxxxxxxxxxxxxxxxx
# 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@xxxxxxxxxxxxxxxxxxxx +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,