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>
This commit is contained in:
parent
c4a3ce1cd0
commit
b573ea0a93
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user