[media] em28xx: set the timestamp type for video and vbi vb2_queues
authorFrank Schaefer <fschaefer.oss@googlemail.com>
Sat, 9 Mar 2013 09:53:01 +0000 (06:53 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 18 Mar 2013 23:16:47 +0000 (20:16 -0300)
commit195281d0dc6a2fc1824d5da9abd2924bce0fa698
treea196808e139c86dfda105f7a8e17f47c6ad30fa4
parentaab3125c43d8fecc7134e5f1e729fabf4dd196da
[media] em28xx: set the timestamp type for video and vbi vb2_queues

The em28xx driver obtains the timestamps using function v4l2_get_timestamp(),
which produces a montonic timestamp.
Fixes the warnings appearing in the system log since commit 6aa69f99
"[media] vb2: Add support for non monotonic timestamps"

Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/em28xx/em28xx-video.c