diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index d7cf54b95319..43e5af5dfec0 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -1063,7 +1063,6 @@ struct cx88_board cx88_boards[] = { | |||
1063 | .mpeg = CX88_MPEG_DVB, | 1063 | .mpeg = CX88_MPEG_DVB, |
1064 | }, | 1064 | }, |
1065 | [CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT] = { | 1065 | [CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT] = { |
1066 | /* FIXME: Audio not working for s-video / composite inputs. */ | ||
1067 | .name = "KWorld HardwareMpegTV XPert", | 1066 | .name = "KWorld HardwareMpegTV XPert", |
1068 | .tuner_type = TUNER_PHILIPS_TDA8290, | 1067 | .tuner_type = TUNER_PHILIPS_TDA8290, |
1069 | .radio_type = UNSET, | 1068 | .radio_type = UNSET, |
@@ -1078,10 +1077,12 @@ struct cx88_board cx88_boards[] = { | |||
1078 | .type = CX88_VMUX_COMPOSITE1, | 1077 | .type = CX88_VMUX_COMPOSITE1, |
1079 | .vmux = 1, | 1078 | .vmux = 1, |
1080 | .gpio0 = 0x3de6, | 1079 | .gpio0 = 0x3de6, |
1080 | .extadc = 1, | ||
1081 | },{ | 1081 | },{ |
1082 | .type = CX88_VMUX_SVIDEO, | 1082 | .type = CX88_VMUX_SVIDEO, |
1083 | .vmux = 2, | 1083 | .vmux = 2, |
1084 | .gpio0 = 0x3de6, | 1084 | .gpio0 = 0x3de6, |
1085 | .extadc = 1, | ||
1085 | }}, | 1086 | }}, |
1086 | .radio = { | 1087 | .radio = { |
1087 | .type = CX88_RADIO, | 1088 | .type = CX88_RADIO, |