diff options
author | Matheus Izvekov <mizvekov@gmail.com> | 2006-03-11 21:54:24 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-21 11:53:12 -0500 |
commit | 49239c35f28e53f280b47efdbccfdf2cbd728993 (patch) | |
tree | 5a06826c3ea236bcd9d66bf76367d863dad4f1f5 /drivers/media | |
parent | 68593af311aadb541b3b70acea175dea8e9cf7ca (diff) |
V4L/DVB (3447): Cx88-cards.c: fix values of gpio0 for card CX88_BOARD_PROLINK_PLAYTVPVR
This patch changes the gpio0 values for the card CX88_BOARD_PROLINK_PLAYTVPVR
to the ones observed using RegSpy from the dscaler project.
Signed-off-by: Matheus Izvekov <mizvekov@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index c8f91b1c2068..c91f30e11f22 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -323,19 +323,19 @@ struct cx88_board cx88_boards[] = { | |||
323 | .input = {{ | 323 | .input = {{ |
324 | .type = CX88_VMUX_TELEVISION, | 324 | .type = CX88_VMUX_TELEVISION, |
325 | .vmux = 0, | 325 | .vmux = 0, |
326 | .gpio0 = 0xff00, | 326 | .gpio0 = 0xbff0, |
327 | },{ | 327 | },{ |
328 | .type = CX88_VMUX_COMPOSITE1, | 328 | .type = CX88_VMUX_COMPOSITE1, |
329 | .vmux = 1, | 329 | .vmux = 1, |
330 | .gpio0 = 0xff03, | 330 | .gpio0 = 0xbff3, |
331 | },{ | 331 | },{ |
332 | .type = CX88_VMUX_SVIDEO, | 332 | .type = CX88_VMUX_SVIDEO, |
333 | .vmux = 2, | 333 | .vmux = 2, |
334 | .gpio0 = 0xff03, | 334 | .gpio0 = 0xbff3, |
335 | }}, | 335 | }}, |
336 | .radio = { | 336 | .radio = { |
337 | .type = CX88_RADIO, | 337 | .type = CX88_RADIO, |
338 | .gpio0 = 0xff00, | 338 | .gpio0 = 0xbff0, |
339 | }, | 339 | }, |
340 | }, | 340 | }, |
341 | [CX88_BOARD_ASUS_PVR_416] = { | 341 | [CX88_BOARD_ASUS_PVR_416] = { |