Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85715
b: refs/heads/master
c: ad1ef13
h: refs/heads/master
i:
  85713: 0334491
  85711: f145a44
v: v3
  • Loading branch information
Hermann Pitton authored and Mauro Carvalho Chehab committed Feb 18, 2008
1 parent 2d22afa commit b48b5ba
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 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: 4ba243734a0363649c514353334ed3d6ca39a5fb
refs/heads/master: ad1ef131c35bb6967acd5ce3072a32ec1d27b482
31 changes: 21 additions & 10 deletions trunk/drivers/media/video/saa7134/saa7134-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -928,27 +928,38 @@ struct saa7134_board saa7134_boards[] = {
.tuner_addr = ADDR_UNSET,
.radio_addr = ADDR_UNSET,
.tda9887_conf = TDA9887_PRESENT,
.gpiomask = 0x03,
.inputs = {{
.name = name_tv,
.vmux = 1,
.amux = TV,
.tv = 1,
},{
.gpio = 0x00,
}, {
.name = name_comp1,
.vmux = 0,
.amux = LINE2,
},{
.name = name_comp2,
.vmux = 3,
.amux = LINE2,
},{
.amux = LINE1,
.gpio = 0x02,
}, {
.name = name_comp2,
.vmux = 0,
.amux = LINE1,
.gpio = 0x02,
}, {
.name = name_svideo,
.vmux = 8,
.amux = LINE2,
}},
.amux = LINE1,
.gpio = 0x02,
} },
.radio = {
.name = name_radio,
.amux = LINE2,
.amux = LINE1,
.gpio = 0x01,
},
.mute = {
.name = name_mute,
.amux = TV,
.gpio = 0x00,
},
},
[SAA7134_BOARD_BMK_MPEX_TUNER] = {
Expand Down

0 comments on commit b48b5ba

Please sign in to comment.