Commit cc0f3f51 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab

V4L/DVB (4758): Cx88: use external adc for svideo/composite

For the KWorld HardwareMpegTV XPert, the external adc must be used for
svideo / composite inputs, but television / radio inputs use the internal adc.
Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent f24546a9
...@@ -1063,7 +1063,6 @@ struct cx88_board cx88_boards[] = { ...@@ -1063,7 +1063,6 @@ struct cx88_board cx88_boards[] = {
.mpeg = CX88_MPEG_DVB, .mpeg = CX88_MPEG_DVB,
}, },
[CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT] = { [CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT] = {
/* FIXME: Audio not working for s-video / composite inputs. */
.name = "KWorld HardwareMpegTV XPert", .name = "KWorld HardwareMpegTV XPert",
.tuner_type = TUNER_PHILIPS_TDA8290, .tuner_type = TUNER_PHILIPS_TDA8290,
.radio_type = UNSET, .radio_type = UNSET,
...@@ -1078,10 +1077,12 @@ struct cx88_board cx88_boards[] = { ...@@ -1078,10 +1077,12 @@ struct cx88_board cx88_boards[] = {
.type = CX88_VMUX_COMPOSITE1, .type = CX88_VMUX_COMPOSITE1,
.vmux = 1, .vmux = 1,
.gpio0 = 0x3de6, .gpio0 = 0x3de6,
.extadc = 1,
},{ },{
.type = CX88_VMUX_SVIDEO, .type = CX88_VMUX_SVIDEO,
.vmux = 2, .vmux = 2,
.gpio0 = 0x3de6, .gpio0 = 0x3de6,
.extadc = 1,
}}, }},
.radio = { .radio = {
.type = CX88_RADIO, .type = CX88_RADIO,
......
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