[media] au0828: fix VBI handling when in V4L2 streaming mode
authorDevin Heitmueller <dheitmueller@kernellabs.com>
Sun, 23 Jan 2011 22:12:27 +0000 (19:12 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 2 Feb 2011 14:08:33 +0000 (12:08 -0200)
au0828: fix VBI handling when in V4L2 streaming mode

It turns up V4L2 streaming mode (a.k.a mmap) was broken for VBI streaming.
This was causing libzvbi to fall back to V4L1 capture mode, and is a blatent
violation of the V4L2 specification.

Make the implementation work properly in this mode.

Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found