Skip to content

Commit

Permalink
[PATCH] v4l: correct the amux for composite and s-video inputs on the…
Browse files Browse the repository at this point in the history
… Sabrent SBT-TVFM card.

- correct the amux for composite and s-video inputs on the Sabrent SBT-TVFM
  card.

Signed-off-by: Michael Rodriquez-Torrent <mike@themikecam.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Mauro Carvalho Chehab authored and Linus Torvalds committed Sep 9, 2005
1 parent fccdf1b commit 6a989d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/video/saa7134/saa7134-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@ struct saa7134_board saa7134_boards[] = {
.inputs = {{
.name = name_comp1,
.vmux = 1,
.amux = LINE2,
.amux = LINE1,
},{
.name = name_tv,
.vmux = 3,
Expand All @@ -1381,7 +1381,7 @@ struct saa7134_board saa7134_boards[] = {
},{
.name = name_svideo,
.vmux = 8,
.amux = LINE2,
.amux = LINE1,
}},
.radio = {
.name = name_radio,
Expand Down

0 comments on commit 6a989d7

Please sign in to comment.