Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40767
b: refs/heads/master
c: 588f983
h: refs/heads/master
i:
  40765: ee852a6
  40763: 8ee54f0
  40759: 4f35052
  40751: 7c49d4f
  40735: 1be50cc
  40703: b27c2e0
v: v3
  • Loading branch information
Hartmut Hackmann authored and Mauro Carvalho Chehab committed Nov 3, 2006
1 parent 079d11e commit 3f4864c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9e741b74afc975da51ec60c5a8147b2ebcf7e33a
refs/heads/master: 588f98312c7fd1d86290583189d2eb24da70f752
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/saa7134/saa7134-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,8 @@ static int dvb_init(struct saa7134_dev *dev)
&philips_europa_config,
&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;
dev->dvb.frontend->ops.tuner_ops.init = philips_europa_tuner_init;
dev->dvb.frontend->ops.tuner_ops.sleep = philips_europa_tuner_sleep;
dev->dvb.frontend->ops.tuner_ops.set_params = philips_td1316_tuner_set_params;
Expand Down

0 comments on commit 3f4864c

Please sign in to comment.