aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDâniel Fraga <fragabr@gmail.com>2008-04-08 18:54:49 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 13:07:58 -0400
commitab364983087152e53676d914141f30e83ead12ff (patch)
tree5ea4e9a8a8d2dd93cbd04dadfd8c6c59cc50df06
parentdf18c3196a1ec1db7a20997d3246a5a8cf535a77 (diff)
V4L/DVB (7505): Powercolor Real Angel 330 (fixes gpio references)
The attached patch fixes gpio references for Powercolor Real Angel 330. Signed-off-by: Daniel Fraga <fragabr@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r--drivers/media/video/cx88/cx88-cards.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c
index 70505b4e5b46..0534f589c725 100644
--- a/drivers/media/video/cx88/cx88-cards.c
+++ b/drivers/media/video/cx88/cx88-cards.c
@@ -1492,28 +1492,26 @@ static const struct cx88_board cx88_boards[] = {
1492 .input = { { 1492 .input = { {
1493 .type = CX88_VMUX_TELEVISION, 1493 .type = CX88_VMUX_TELEVISION,
1494 .vmux = 0, 1494 .vmux = 0,
1495 .gpio0 = 0x0400, /* pin 2:mute = 0 (off?) */ 1495 .gpio0 = 0x00ff,
1496 .gpio1 = 0xf35d, 1496 .gpio1 = 0xf35d,
1497 .gpio2 = 0x0800, /* pin 19:audio = 0 (tv) */ 1497 .gpio3 = 0x0000,
1498 }, { 1498 }, {
1499 .type = CX88_VMUX_COMPOSITE1, 1499 .type = CX88_VMUX_COMPOSITE1,
1500 .vmux = 1, 1500 .vmux = 1,
1501 .gpio0 = 0x0400, /* probably? or 0x0404 to turn mute on */ 1501 .gpio0 = 0x00ff,
1502 .gpio1 = 0x0000, 1502 .gpio1 = 0xf37d,
1503 .gpio2 = 0x0808, /* pin 19:audio = 1 (line) */ 1503 .gpio3 = 0x0000,
1504 }, { 1504 }, {
1505 .type = CX88_VMUX_SVIDEO, 1505 .type = CX88_VMUX_SVIDEO,
1506 .vmux = 2, 1506 .vmux = 2,
1507 .gpio0 = 0x000ff, 1507 .gpio0 = 0x000ff,
1508 .gpio1 = 0x0f37d, 1508 .gpio1 = 0x0f37d,
1509 .gpio2 = 0x00019,
1510 .gpio3 = 0x00000, 1509 .gpio3 = 0x00000,
1511 } }, 1510 } },
1512 .radio = { 1511 .radio = {
1513 .type = CX88_RADIO, 1512 .type = CX88_RADIO,
1514 .gpio0 = 0x000ff, 1513 .gpio0 = 0x000ff,
1515 .gpio1 = 0x0f35d, 1514 .gpio1 = 0x0f35d,
1516 .gpio2 = 0x00019,
1517 .gpio3 = 0x00000, 1515 .gpio3 = 0x00000,
1518 }, 1516 },
1519 }, 1517 },