Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Antti Palosaari and committed by
Mauro Carvalho Chehab
b6c7abb1 8d100b27

+3 -2
+3 -2
drivers/media/usb/em28xx/em28xx-dvb.c
··· 1229 1229 dvb->fe[0]->ops.i2c_gate_ctrl = NULL; 1230 1230 1231 1231 /* attach tuner */ 1232 - if (!dvb_attach(tda18271c2dd_attach, dvb->fe[0], 1233 - &dev->i2c_adap[dev->def_i2c_bus], 0x60)) { 1232 + if (!dvb_attach(tda18271_attach, dvb->fe[0], 0x60, 1233 + &dev->i2c_adap[dev->def_i2c_bus], 1234 + &em28xx_cxd2820r_tda18271_config)) { 1234 1235 dvb_frontend_detach(dvb->fe[0]); 1235 1236 result = -EINVAL; 1236 1237 goto out_free;