summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2013-10-04 15:17:51 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2013-10-15 12:47:35 -0300
commitb6c7abb1c3c8e4534e0a1a29aea4060feeee3bba (patch)
tree9fa3e7937b07b7f1eb39a84f089a6dfc311a8763
parent8d100b27fb3f660f3a3355ad71ee9f1cb8e10b45 (diff)
downloadop-kernel-dev-b6c7abb1c3c8e4534e0a1a29aea4060feeee3bba.zip
op-kernel-dev-b6c7abb1c3c8e4534e0a1a29aea4060feeee3bba.tar.gz
[media] em28xx: MaxMedia UB425-TC switch RF tuner driver to another
tda18271c2dd => tda18271 tda18271 is more complete than tda18271c2dd. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
-rw-r--r--drivers/media/usb/em28xx/em28xx-dvb.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/usb/em28xx/em28xx-dvb.c b/drivers/media/usb/em28xx/em28xx-dvb.c
index f8a2212..0697aad 100644
--- a/drivers/media/usb/em28xx/em28xx-dvb.c
+++ b/drivers/media/usb/em28xx/em28xx-dvb.c
@@ -1229,8 +1229,9 @@ static int em28xx_dvb_init(struct em28xx *dev)
dvb->fe[0]->ops.i2c_gate_ctrl = NULL;
/* attach tuner */
- if (!dvb_attach(tda18271c2dd_attach, dvb->fe[0],
- &dev->i2c_adap[dev->def_i2c_bus], 0x60)) {
+ if (!dvb_attach(tda18271_attach, dvb->fe[0], 0x60,
+ &dev->i2c_adap[dev->def_i2c_bus],
+ &em28xx_cxd2820r_tda18271_config)) {
dvb_frontend_detach(dvb->fe[0]);
result = -EINVAL;
goto out_free;
OpenPOWER on IntegriCloud