diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-04-22 13:46:16 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:53 -0400 |
commit | 827855d39761889aecc7c29385d9c4989b43d01d (patch) | |
tree | 062925b9bdcd4602b66bd3f43236c492dbb7c0ca /drivers/media/video/cx23885 | |
parent | 967be9a9cd2de3f87dbf960620860143a50c1b64 (diff) |
V4L/DVB (7412): use tuner-simple for LG TDVS-H06xF digital tuning support
Convert cx88-dvb, dvb-bt8xx, b2c2-flexcop, cxusb and cx23885 to use
tuner-simple instead of dvb-pll for LG TDVS-H06xF
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx23885')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-dvb.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c index 5549a9d73a5c..42e6bdd25354 100644 --- a/drivers/media/video/cx23885/cx23885-dvb.c +++ b/drivers/media/video/cx23885/cx23885-dvb.c | |||
@@ -39,6 +39,7 @@ | |||
39 | #include "dvb-pll.h" | 39 | #include "dvb-pll.h" |
40 | #include "tuner-xc2028.h" | 40 | #include "tuner-xc2028.h" |
41 | #include "tuner-xc2028-types.h" | 41 | #include "tuner-xc2028-types.h" |
42 | #include "tuner-simple.h" | ||
42 | 43 | ||
43 | static unsigned int debug; | 44 | static unsigned int debug; |
44 | 45 | ||
@@ -271,8 +272,9 @@ static int dvb_register(struct cx23885_tsport *port) | |||
271 | &fusionhdtv_5_express, | 272 | &fusionhdtv_5_express, |
272 | &i2c_bus->i2c_adap); | 273 | &i2c_bus->i2c_adap); |
273 | if (port->dvb.frontend != NULL) { | 274 | if (port->dvb.frontend != NULL) { |
274 | dvb_attach(dvb_pll_attach, port->dvb.frontend, 0x61, | 275 | dvb_attach(simple_tuner_attach, port->dvb.frontend, |
275 | &i2c_bus->i2c_adap, DVB_PLL_LG_TDVS_H06XF); | 276 | &i2c_bus->i2c_adap, 0x61, |
277 | TUNER_LG_TDVS_H06XF); | ||
276 | } | 278 | } |
277 | break; | 279 | break; |
278 | case CX23885_BOARD_HAUPPAUGE_HVR1500Q: | 280 | case CX23885_BOARD_HAUPPAUGE_HVR1500Q: |