Commit 025f1e99 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

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

From: Martin Hicks <mort@bork.org>

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.
parent 70fef640
......@@ -741,6 +741,14 @@ struct saa7134_board saa7134_boards[] = {
.vmux = 1,
.amux = TV,
.tv = 1,
},{
.name = name_comp1,
.vmux = 4,
.amux = LINE2,
},{
.name = name_svideo,
.vmux = 6,
.amux = LINE2,
}},
.radio = {
.name = name_radio,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment