diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-04-22 13:46:13 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:53 -0400 |
commit | 0efad8127ac4b32af780d722258b42cfae02cdf2 (patch) | |
tree | 18846b153c6b85a3411968466187f0505ea75814 /drivers/media/video/cx88 | |
parent | 7e35c9ff1362aa4deb0b0a803d661920dcdd6f48 (diff) |
V4L/DVB (7410): use tuner-simple for Thomson FE6600 digital tuning support
Convert cx88-dvb to use tuner-simple instead of dvb-pll for Thomson FE6600
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88')
-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 de49de3a41f2..9c0d20aef27a 100644 --- a/drivers/media/video/cx88/cx88-dvb.c +++ b/drivers/media/video/cx88/cx88-dvb.c | |||
@@ -604,9 +604,9 @@ static int dvb_register(struct cx8802_dev *dev) | |||
604 | &dvico_fusionhdtv_hybrid, | 604 | &dvico_fusionhdtv_hybrid, |
605 | &dev->core->i2c_adap); | 605 | &dev->core->i2c_adap); |
606 | if (dev->dvb.frontend != NULL) { | 606 | if (dev->dvb.frontend != NULL) { |
607 | dvb_attach(dvb_pll_attach, dev->dvb.frontend, 0x61, | 607 | dvb_attach(simple_tuner_attach, dev->dvb.frontend, |
608 | &dev->core->i2c_adap, | 608 | &dev->core->i2c_adap, 0x61, |
609 | DVB_PLL_THOMSON_FE6600); | 609 | TUNER_THOMSON_FE6600); |
610 | } | 610 | } |
611 | break; | 611 | break; |
612 | case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO: | 612 | case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO: |