diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-04-22 13:46:17 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:53 -0400 |
commit | 62ff817a04a5a08074c0391bdbf7bab48bdaa80e (patch) | |
tree | 28e30beb4925304ee72ed078372d96a65a9d484f /drivers/media/video/cx88 | |
parent | fb147e9755055b1b73b22c3efe87bec075ad3caa (diff) |
V4L/DVB (7415): use tuner-simple for Philips TUV1236D digital tuning support
Convert cx88-dvb and saa7134-dvb to use tuner-simple instead of dvb-pll
for Philips TUV1236D
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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c index 676cf7ce08f2..8dca20b944dd 100644 --- a/drivers/media/video/cx88/cx88-dvb.c +++ b/drivers/media/video/cx88/cx88-dvb.c | |||
@@ -731,8 +731,9 @@ static int dvb_register(struct cx8802_dev *dev) | |||
731 | &ati_hdtvwonder, | 731 | &ati_hdtvwonder, |
732 | &dev->core->i2c_adap); | 732 | &dev->core->i2c_adap); |
733 | if (dev->dvb.frontend != NULL) { | 733 | if (dev->dvb.frontend != NULL) { |
734 | dvb_attach(dvb_pll_attach, dev->dvb.frontend, 0x61, | 734 | dvb_attach(simple_tuner_attach, dev->dvb.frontend, |
735 | NULL, DVB_PLL_TUV1236D); | 735 | &dev->core->i2c_adap, 0x61, |
736 | TUNER_PHILIPS_TUV1236D); | ||
736 | } | 737 | } |
737 | break; | 738 | break; |
738 | case CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1: | 739 | case CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1: |