lkml.org 
[lkml]   [2004]   [Apr]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] saa7134 - Add two inputs for Asus TV FM

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
# 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,
\
 
 \ /
  Last update: 2005-03-22 14:02    [W:0.783 / U:1.592 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site