diff options
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index c0d1f0b12829..c8f91b1c2068 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -184,17 +184,18 @@ struct cx88_board cx88_boards[] = { | |||
184 | .input = {{ | 184 | .input = {{ |
185 | .type = CX88_VMUX_TELEVISION, | 185 | .type = CX88_VMUX_TELEVISION, |
186 | .vmux = 0, | 186 | .vmux = 0, |
187 | .gpio1 = 0x309f, | 187 | .gpio1 = 0xe09f, |
188 | },{ | 188 | },{ |
189 | .type = CX88_VMUX_COMPOSITE1, | 189 | .type = CX88_VMUX_COMPOSITE1, |
190 | .vmux = 1, | 190 | .vmux = 1, |
191 | .gpio1 = 0x305f, | 191 | .gpio1 = 0xe05f, |
192 | },{ | 192 | },{ |
193 | .type = CX88_VMUX_SVIDEO, | 193 | .type = CX88_VMUX_SVIDEO, |
194 | .vmux = 2, | 194 | .vmux = 2, |
195 | .gpio1 = 0x305f, | 195 | .gpio1 = 0xe05f, |
196 | }}, | 196 | }}, |
197 | .radio = { | 197 | .radio = { |
198 | .gpio1 = 0xe0df, | ||
198 | .type = CX88_RADIO, | 199 | .type = CX88_RADIO, |
199 | }, | 200 | }, |
200 | }, | 201 | }, |