Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e35c9ff authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (7409): use tuner-simple for Microtune 4042 FI5 digital tuning support



Convert cx88-dvb to use tuner-simple instead of dvb-pll for Microtune 4042 FI5

Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 0df31f83
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -653,9 +653,9 @@ static int dvb_register(struct cx8802_dev *dev)
					       &fusionhdtv_3_gold,
					       &dev->core->i2c_adap);
		if (dev->dvb.frontend != NULL) {
			dvb_attach(dvb_pll_attach, dev->dvb.frontend, 0x61,
				   &dev->core->i2c_adap,
				   DVB_PLL_MICROTUNE_4042);
			dvb_attach(simple_tuner_attach, dev->dvb.frontend,
				   &dev->core->i2c_adap, 0x61,
				   TUNER_MICROTUNE_4042FI5);
		}
		}
		break;