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

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

V4L/DVB (7414): use tuner-simple for Philips TD1316 digital tuning support



Convert saa7134-dvb to use tuner-simple instead of dvb-pll for Philips TD1316

Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent cb89cd33
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -930,8 +930,9 @@ static int dvb_init(struct saa7134_dev *dev)
		dev->dvb.frontend = dvb_attach(mt352_attach, &avermedia_777,
					       &dev->i2c_adap);
		if (dev->dvb.frontend) {
			dvb_attach(dvb_pll_attach, dev->dvb.frontend, 0x61,
				   NULL, DVB_PLL_PHILIPS_TD1316);
			dvb_attach(simple_tuner_attach, dev->dvb.frontend,
				   &dev->i2c_adap, 0x61,
				   TUNER_PHILIPS_TD1316);
		}
		break;
	case SAA7134_BOARD_MD7134: