Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65879
b: refs/heads/master
c: 289ea1f
h: refs/heads/master
i:
  65877: 42b7c0d
  65875: b7c241f
  65871: eea2783
v: v3
  • Loading branch information
Simon Farnsworth authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent b06c81f commit c33273c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 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: f139fa71c03d80c1d1ee60aa4b0a3ec7a14d45f9
refs/heads/master: 289ea1f03353104c4f288f6c70c5c7e1568ea257
10 changes: 8 additions & 2 deletions trunk/drivers/media/video/saa7134/saa7134-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -2771,6 +2771,7 @@ struct saa7134_board saa7134_boards[] = {
.tuner_addr = ADDR_UNSET,
.radio_addr = ADDR_UNSET,
.mpeg = SAA7134_MPEG_DVB,
.gpiomask = 1 << 21,
.inputs = {{
.name = name_tv,
.vmux = 1,
Expand All @@ -2781,13 +2782,18 @@ struct saa7134_board saa7134_boards[] = {
.vmux = 3,
.amux = LINE1,
},{
.name = name_svideo,
.name = name_comp2,
.vmux = 0,
.amux = LINE1,
},{
.name = name_svideo,
.vmux = 8,
.amux = LINE1,
}},
.radio = {
.name = name_radio,
.amux = LINE1,
.amux = TV,
.gpio = 0x0200000,
},
},
[SAA7134_BOARD_KWORLD_DVBT_210] = {
Expand Down

0 comments on commit c33273c

Please sign in to comment.