Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Re: Proposal for new frontend architecture]
> >every new frontend? So we can have a init function common to all dvb
> >frontends?
>
> I don't think this is feasible, probably DVB-C/S/T will need different
> sets, too.
At least cx22702 doesn't need any c/s/t specific, don't know the others
through.
> > struct i2c_driver* i2c_driver_get(char *name);
> > i2c_driver_put(struct i2c_driver *drv);
> Sounds fine for me. Should I create a new patch and propose the idea on
> lkml, so we can see if the void * is going to be accepted?
If we'll pass a void* for connection parameters anyway we can put
connect/disconnect callbacks directly into struct i2c_driver instead
of having our own dvb_fe_i2c_client with fe_connect tweaked for dvb
needs. We can try whenever it will be accepted, but I suspect it will
not ...
> Or have you
> already implemented it?
No, I havn't.
Gerd
--
return -ENOSIG;
Home |
Main Index |
Thread Index