]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (7271): cx88-cards: Fix powerangel gpio1
authorMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 22 Apr 2008 17:45:31 +0000 (14:45 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 24 Apr 2008 17:07:45 +0000 (14:07 -0300)
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>
drivers/media/video/cx88/cx88-cards.c

index dbfaabb3e2e2e6667ec7f3e3c756c7670f7b88a8..bf58f350e2693b6da762ca8f771b955aa152fc30 100644 (file)
@@ -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,