Commit b573ea0a authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

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: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent c4a3ce1c
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment