Re: subdev support for querying struct v4l2_input *

2012-01-05 Thread Steven Toth
>> In the cx23885 driver as part of vidioc_enum_input call, I have a need >> to return V4L2_IN_ST_NO_SIGNAL in the status >> field as part of struct v4l2_input. Thus, when no signal is detected >> by the video decoder it can be signalled to the calling application. >> > v4l2_subdev_video_ops->g_inp

Re: subdev support for querying struct v4l2_input *

2012-01-04 Thread Scott Jiang
2012/1/5 Steven Toth : > Hans, > > In the cx23885 driver as part of vidioc_enum_input call, I have a need > to return V4L2_IN_ST_NO_SIGNAL in the status > field as part of struct v4l2_input. Thus, when no signal is detected > by the video decoder it can be signalled to the calling application. > v4

subdev support for querying struct v4l2_input *

2012-01-04 Thread Steven Toth
Hans, In the cx23885 driver as part of vidioc_enum_input call, I have a need to return V4L2_IN_ST_NO_SIGNAL in the status field as part of struct v4l2_input. Thus, when no signal is detected by the video decoder it can be signalled to the calling application. I looks like subdev_core_ops doesn't