diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-04-22 19:46:13 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 19:07:53 +0200 |
commit | 7e35c9ff1362aa4deb0b0a803d661920dcdd6f48 (patch) | |
tree | a2a6c663a43b559d9233997feaa297f2a3e1042e /drivers/media/video/cx88/cx88-dvb.c | |
parent | V4L/DVB (7408): use tuner-simple for Thomson DTT 761X digital tuning support (diff) | |
download | linux-7e35c9ff1362aa4deb0b0a803d661920dcdd6f48.tar.xz linux-7e35c9ff1362aa4deb0b0a803d661920dcdd6f48.zip |
V4L/DVB (7409): use tuner-simple for Microtune 4042 FI5 digital tuning support
Convert cx88-dvb to use tuner-simple instead of dvb-pll for Microtune 4042 FI5
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88-dvb.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-dvb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c index 49ada3667d93..de49de3a41f2 100644 --- a/drivers/media/video/cx88/cx88-dvb.c +++ b/drivers/media/video/cx88/cx88-dvb.c @@ -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; |