Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ba509d7 authored by Curt Meyers's avatar Curt Meyers Committed by Mauro Carvalho Chehab
Browse files

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



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

Signed-off-by: default avatarCurt Meyers <cmeyers@boilerbots.com>
Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent fbc81c07
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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,
		}},
	},
};