Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21713
b: refs/heads/master
c: 4aca483
h: refs/heads/master
i:
  21711: 0b22485
v: v3
  • Loading branch information
Marcin Rudowski authored and Linus Torvalds committed Mar 21, 2006
1 parent 415f0c0 commit 7c4369d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 7947a220e5fe1373f1830b41fb7376bef636f113
refs/heads/master: 4aca4831aafad64a8622cd855c5f952228d75d72
7 changes: 4 additions & 3 deletions trunk/drivers/media/video/cx88/cx88-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,17 +184,18 @@ struct cx88_board cx88_boards[] = {
.input = {{
.type = CX88_VMUX_TELEVISION,
.vmux = 0,
.gpio1 = 0x309f,
.gpio1 = 0xe09f,
},{
.type = CX88_VMUX_COMPOSITE1,
.vmux = 1,
.gpio1 = 0x305f,
.gpio1 = 0xe05f,
},{
.type = CX88_VMUX_SVIDEO,
.vmux = 2,
.gpio1 = 0x305f,
.gpio1 = 0xe05f,
}},
.radio = {
.gpio1 = 0xe0df,
.type = CX88_RADIO,
},
},
Expand Down

0 comments on commit 7c4369d

Please sign in to comment.