Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92596
b: refs/heads/master
c: ab36498
h: refs/heads/master
v: v3
  • Loading branch information
Dâniel Fraga authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 6c7dbbb commit 7a18320
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: df18c3196a1ec1db7a20997d3246a5a8cf535a77
refs/heads/master: ab364983087152e53676d914141f30e83ead12ff
12 changes: 5 additions & 7 deletions trunk/drivers/media/video/cx88/cx88-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -1492,28 +1492,26 @@ static const struct cx88_board cx88_boards[] = {
.input = { {
.type = CX88_VMUX_TELEVISION,
.vmux = 0,
.gpio0 = 0x0400, /* pin 2:mute = 0 (off?) */
.gpio0 = 0x00ff,
.gpio1 = 0xf35d,
.gpio2 = 0x0800, /* pin 19:audio = 0 (tv) */
.gpio3 = 0x0000,
}, {
.type = CX88_VMUX_COMPOSITE1,
.vmux = 1,
.gpio0 = 0x0400, /* probably? or 0x0404 to turn mute on */
.gpio1 = 0x0000,
.gpio2 = 0x0808, /* pin 19:audio = 1 (line) */
.gpio0 = 0x00ff,
.gpio1 = 0xf37d,
.gpio3 = 0x0000,
}, {
.type = CX88_VMUX_SVIDEO,
.vmux = 2,
.gpio0 = 0x000ff,
.gpio1 = 0x0f37d,
.gpio2 = 0x00019,
.gpio3 = 0x00000,
} },
.radio = {
.type = CX88_RADIO,
.gpio0 = 0x000ff,
.gpio1 = 0x0f35d,
.gpio2 = 0x00019,
.gpio3 = 0x00000,
},
},
Expand Down

0 comments on commit 7a18320

Please sign in to comment.