Browse Source

V4L/DVB (3363): Kworld ATSC110: enable composite and svideo inputs

- corrected composite input.
- verified s-video input.

Signed-off-by: Curt Meyers <cmeyers@boilerbots.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Curt Meyers 19 years ago
parent
commit
6ba509d7c7
1 changed files with 8 additions and 0 deletions
  1. 8 0
      drivers/media/video/saa7134/saa7134-cards.c

+ 8 - 0
drivers/media/video/saa7134/saa7134-cards.c

@@ -2745,6 +2745,14 @@ struct saa7134_board saa7134_boards[] = {
 			.vmux = 1,
 			.amux = TV,
 			.tv   = 1,
+		},{
+			.name = name_comp1,
+			.vmux = 3,
+			.amux = LINE2,
+		},{
+			.name = name_svideo,
+			.vmux = 8,
+			.amux = LINE2,
 		}},
 	},
 };