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

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
......@@ -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,
}},
},
};
......
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