Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114009
b: refs/heads/master
c: 8acdbcf
h: refs/heads/master
i:
  114007: a1a4e81
v: v3
  • Loading branch information
David Bentham authored and Mauro Carvalho Chehab committed Oct 12, 2008
1 parent e08fef4 commit ed5754d
Show file tree
Hide file tree
Showing 2 changed files with 15 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: 0975fc68719c75cbe14132c6f0dead57cd4d5210
refs/heads/master: 8acdbcfd90a1954dcea36c2da4429c305813d470
24 changes: 14 additions & 10 deletions trunk/drivers/media/video/saa7134/saa7134-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -3260,6 +3260,7 @@ struct saa7134_board saa7134_boards[] = {
},
[SAA7134_BOARD_HAUPPAUGE_HVR1110] = {
/* Thomas Genty <tomlohave@gmail.com> */
/* David Bentham <db260179@hotmail.com> */
.name = "Hauppauge WinTV-HVR1110 DVB-T/Hybrid",
.audio_clock = 0x00187de7,
.tuner_type = TUNER_PHILIPS_TDA8290,
Expand All @@ -3268,23 +3269,26 @@ struct saa7134_board saa7134_boards[] = {
.radio_addr = ADDR_UNSET,
.tuner_config = 1,
.mpeg = SAA7134_MPEG_DVB,
.gpiomask = 0x0200100,
.inputs = {{
.name = name_tv,
.vmux = 1,
.amux = TV,
.tv = 1,
},{
.name = name_comp1,
.vmux = 3,
.amux = LINE2, /* FIXME: audio doesn't work on svideo/composite */
},{
.name = name_svideo,
.vmux = 8,
.amux = LINE2, /* FIXME: audio doesn't work on svideo/composite */
}},
.gpio = 0x0000100,
}, {
.name = name_comp1,
.vmux = 3,
.amux = LINE1,
}, {
.name = name_svideo,
.vmux = 8,
.amux = LINE1,
} },
.radio = {
.name = name_radio,
.amux = TV,
.amux = TV,
.gpio = 0x0200100,
},
},
[SAA7134_BOARD_CINERGY_HT_PCMCIA] = {
Expand Down

0 comments on commit ed5754d

Please sign in to comment.