[media] tm6000: add poll op for radio device node
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
e618578dd8
commit
52dec548d4
1 changed files with 1 additions and 0 deletions
|
@ -1583,6 +1583,7 @@ static struct video_device tm6000_template = {
|
||||||
static const struct v4l2_file_operations radio_fops = {
|
static const struct v4l2_file_operations radio_fops = {
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
.open = tm6000_open,
|
.open = tm6000_open,
|
||||||
|
.poll = v4l2_ctrl_poll,
|
||||||
.release = tm6000_release,
|
.release = tm6000_release,
|
||||||
.unlocked_ioctl = video_ioctl2,
|
.unlocked_ioctl = video_ioctl2,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue