diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-22 17:45:31 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 17:07:45 (GMT) |
commit | b573ea0a936eb2a7c6c57cdacb0d02bd358495a7 (patch) | |
tree | e7895f030f8779fe4e7b3c5a93e8949982eaa082 /drivers/media/video/cx88/cx88-cards.c | |
parent | c4a3ce1cd0c0ac394d1d56d8e0980b6836661341 (diff) | |
download | linux-b573ea0a936eb2a7c6c57cdacb0d02bd358495a7.tar.xz |
V4L/DVB (7271): cx88-cards: Fix powerangel gpio1
With this gpio, audio works properly.
Thanks to Daniel Fraga <fragabr@gmail.com> for helping on fixing the code for
Powerangel Real board.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index dbfaabb..bf58f35 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c @@ -1494,7 +1494,7 @@ static const struct cx88_board cx88_boards[] = { .type = CX88_VMUX_TELEVISION, .vmux = 0, .gpio0 = 0x0400, /* pin 2:mute = 0 (off?) */ - .gpio1 = 0x0000, + .gpio1 = 0xf35d, .gpio2 = 0x0800, /* pin 19:audio = 0 (tv) */ }, { .type = CX88_VMUX_COMPOSITE1, |