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: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
cb89cd332d
commit
fb147e9755
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue