]> Git Repo - linux.git/commitdiff
[PATCH] v4l: correct the amux for composite and s-video inputs on the Sabrent SBT...
authorMauro Carvalho Chehab <[email protected]>
Fri, 9 Sep 2005 20:03:57 +0000 (13:03 -0700)
committerLinus Torvalds <[email protected]>
Fri, 9 Sep 2005 20:57:52 +0000 (13:57 -0700)
- correct the amux for composite and s-video inputs on the Sabrent SBT-TVFM
  card.

Signed-off-by: Michael Rodriquez-Torrent <[email protected]>
Signed-off-by: Michael Krufky <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/media/video/saa7134/saa7134-cards.c

index 07d3ee0ada7d0e8d3a58a43d19efd29d3cec5084..acc7a4335e230ec3514ad06923fe0adba74f4af0 100644 (file)
@@ -1372,7 +1372,7 @@ struct saa7134_board saa7134_boards[] = {
                .inputs         = {{
                        .name = name_comp1,
                        .vmux = 1,
-                       .amux = LINE2,
+                       .amux = LINE1,
                },{
                        .name = name_tv,
                        .vmux = 3,
@@ -1381,7 +1381,7 @@ struct saa7134_board saa7134_boards[] = {
                },{
                        .name = name_svideo,
                        .vmux = 8,
-                       .amux = LINE2,
+                       .amux = LINE1,
                }},
                .radio = {
                        .name   = name_radio,
This page took 0.057093 seconds and 4 git commands to generate.