linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] saa7134 - Add two inputs for Asus TV FM
@ 2004-04-06 15:48 Martin Hicks
  0 siblings, 0 replies; only message in thread
From: Martin Hicks @ 2004-04-06 15:48 UTC (permalink / raw)
  To: kraxel; +Cc: linux-kernel, Andrew Morton

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]


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@bork.org || PGP/GnuPG: 0x4C7F2BEE

[-- Attachment #2: saa7134-asus-tv-fm-inputs.patch --]
[-- Type: text/plain, Size: 1159 bytes --]

# 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,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-04-06 15:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-06 15:48 [PATCH] saa7134 - Add two inputs for Asus TV FM Martin Hicks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).