Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92529
b: refs/heads/master
c: 7e35c9f
h: refs/heads/master
i:
  92527: 5df17fa
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 57a5e29 commit edb6728
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 0df31f8330bdaebde5411018f0142cca06ca23a3
refs/heads/master: 7e35c9ff1362aa4deb0b0a803d661920dcdd6f48
6 changes: 3 additions & 3 deletions trunk/drivers/media/video/cx88/cx88-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -653,9 +653,9 @@ static int dvb_register(struct cx8802_dev *dev)
&fusionhdtv_3_gold,
&dev->core->i2c_adap);
if (dev->dvb.frontend != NULL) {
dvb_attach(dvb_pll_attach, dev->dvb.frontend, 0x61,
&dev->core->i2c_adap,
DVB_PLL_MICROTUNE_4042);
dvb_attach(simple_tuner_attach, dev->dvb.frontend,
&dev->core->i2c_adap, 0x61,
TUNER_MICROTUNE_4042FI5);
}
}
break;
Expand Down

0 comments on commit edb6728

Please sign in to comment.