mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 01:23:20 +00:00
V4L/DVB (7410): use tuner-simple for Thomson FE6600 digital tuning support
Convert cx88-dvb to use tuner-simple instead of dvb-pll for Thomson FE6600 Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
7e35c9ff13
commit
0efad8127a
@ -604,9 +604,9 @@ static int dvb_register(struct cx8802_dev *dev)
|
||||
&dvico_fusionhdtv_hybrid,
|
||||
&dev->core->i2c_adap);
|
||||
if (dev->dvb.frontend != NULL) {
|
||||
dvb_attach(dvb_pll_attach, dev->dvb.frontend, 0x61,
|
||||
&dev->core->i2c_adap,
|
||||
DVB_PLL_THOMSON_FE6600);
|
||||
dvb_attach(simple_tuner_attach, dev->dvb.frontend,
|
||||
&dev->core->i2c_adap, 0x61,
|
||||
TUNER_THOMSON_FE6600);
|
||||
}
|
||||
break;
|
||||
case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO:
|
||||
|
Loading…
Reference in New Issue
Block a user