From: Mauro Carvalho Chehab Date: Tue, 22 Apr 2008 17:45:31 +0000 (-0300) Subject: V4L/DVB (7271): cx88-cards: Fix powerangel gpio1 X-Git-Tag: v2.6.26-rc1~1084^2~383 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b573ea0a936eb2a7c6c57cdacb0d02bd358495a7;p=karo-tx-linux.git V4L/DVB (7271): cx88-cards: Fix powerangel gpio1 With this gpio, audio works properly. Thanks to Daniel Fraga for helping on fixing the code for Powerangel Real board. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index dbfaabb3e2e2..bf58f350e269 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,