Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85725
b: refs/heads/master
c: 0e8f4cc
h: refs/heads/master
i:
  85723: 62159a2
v: v3
  • Loading branch information
Matthias Schwarzott authored and Mauro Carvalho Chehab committed Feb 18, 2008
1 parent cd330d3 commit e47475e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e08a8c9dc7d247ec2a98ea2d7ac5ecea6af5593c
refs/heads/master: 0e8f4cc5c8bb782edbaee54a760ebc034252fab0
5 changes: 3 additions & 2 deletions trunk/drivers/media/video/saa7134/saa7134-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1022,8 +1022,9 @@ static int dvb_init(struct saa7134_dev *dev)
}
break;
case SAA7134_BOARD_ASUS_EUROPA2_HYBRID:
dev->dvb.frontend = tda10046_attach(&medion_cardbus,
&dev->i2c_adap);
dev->dvb.frontend = dvb_attach(tda10046_attach,
&medion_cardbus,
&dev->i2c_adap);
if (dev->dvb.frontend) {
dev->original_demod_sleep = dev->dvb.frontend->ops.sleep;
dev->dvb.frontend->ops.sleep = philips_europa_demod_sleep;
Expand Down

0 comments on commit e47475e

Please sign in to comment.