[linux-dvb] How to replace dvb_pll_configure?
Bernhard Rosenkraenzer
bero at arklinux.org
Thu Jul 19 13:56:39 CEST 2007
Hi,
I'm trying to port the stb0899 driver snapshot to run on top of current
v4l-dvb - most of it is pretty straightforward, I'm down to 1 line that needs
fixing:
rc = dvb_pll_configure(&dvb_pll_philips_sd1878_tda8261, buf, p->frequency, 0);
What's the proper way to replace that? (Right now, my working-but-broken fix
is to re-export dvb_pll_configure and hack it to take
DVB_PLL_PHILIPS_SD1878_TDA8261, but I know that's not the right thing to do).
Thanks,
bero
More information about the linux-dvb
mailing list