X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Fmedia%2Fv4l2-dev.h;h=5c416cdc88d5d44eae38ce5e8445d5c2de6d2c78;hb=fac805f8c198092de9a2842efd7f5022e2937b18;hp=a056e6ee1b6820c05d87ae6e178cc0a6008dc814;hpb=d978006a54ddf73cdeb3c59d1862a17f4445751c;p=~andy%2Flinux diff --git a/include/media/v4l2-dev.h b/include/media/v4l2-dev.h index a056e6ee1b6..5c416cdc88d 100644 --- a/include/media/v4l2-dev.h +++ b/include/media/v4l2-dev.h @@ -100,6 +100,9 @@ struct video_device /* Control handler associated with this device node. May be NULL. */ struct v4l2_ctrl_handler *ctrl_handler; + /* vb2_queue associated with this device node. May be NULL. */ + struct vb2_queue *queue; + /* Priority state. If NULL, then v4l2_dev->prio will be used. */ struct v4l2_prio_state *prio;