All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Hicks <mort@bork.org>
To: kraxel@bytesex.org
Cc: linux-kernel@vger.kernel.org, Andrew Morton <akpm@osdl.org>
Subject: [PATCH] saa7134 - Add two inputs for Asus TV FM
Date: Tue, 6 Apr 2004 11:48:15 -0400	[thread overview]
Message-ID: <20040406154815.GC17476@localhost> (raw)

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

                 reply	other threads:[~2004-04-06 15:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040406154815.GC17476@localhost \
    --to=mort@bork.org \
    --cc=akpm@osdl.org \
    --cc=kraxel@bytesex.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.