]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit6ebe9f307b7385554833901acc04882518255b1f
treea196808e139c86dfda105f7a8e17f47c6ad30fa4
parent119c13222892215a1d81b3041f812921ed9c848a
[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 f65a6a65
"[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