Re: v4l2 subdevices and fops

2010-03-09 Thread m7aalton
Hi. On Mon, 2010-03-08 at 19:03 +0100, ext Hans Verkuil wrote: > On Monday 08 March 2010 13:44:25 m7aalton wrote: > > Hello. > > > > I'm writing a radio driver which uses subdevice file operations to > > handle RDS reception and transmission. Some IOCTL call-backs to the main > > device are easy

Re: v4l2 subdevices and fops

2010-03-08 Thread Hans Verkuil
On Monday 08 March 2010 13:44:25 m7aalton wrote: > Hello. > > I'm writing a radio driver which uses subdevice file operations to > handle RDS reception and transmission. Some IOCTL call-backs to the main > device are easy to pass to the subdevice driver. To me it seems that > adding the fops point

v4l2 subdevices and fops

2010-03-08 Thread m7aalton
Hello. I'm writing a radio driver which uses subdevice file operations to handle RDS reception and transmission. Some IOCTL call-backs to the main device are easy to pass to the subdevice driver. To me it seems that adding the fops pointer to the following struct in v4l2-subdev.h would make passin