]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (8648): ivtv: improve CC support
authorHans Verkuil <hverkuil@xs4all.nl>
Wed, 3 Sep 2008 19:47:14 +0000 (16:47 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 3 Sep 2008 21:36:25 +0000 (18:36 -0300)
commitd526afe06b285006c63ed8f2eba9589f04e3283a
treedcd5e0ff6eed633f2b59da450fb8f82b7169787e
parentc58dc0beaf70bce4d04ff53b82a7035a255a04e4
V4L/DVB (8648): ivtv: improve CC support

- change the work-queue to a single threaded high prio workqueue
- use DMA instead of PIO for the sliced VBI data.
- remove some incorrect tests
- increase the internal VBI capture queue size for sliced VBI packets
- ignore duplicate VBI lines

With these changes it should finally be possible to get reliable closed
captions.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/ivtv/ivtv-driver.c
drivers/media/video/ivtv/ivtv-driver.h
drivers/media/video/ivtv/ivtv-irq.c
drivers/media/video/ivtv/ivtv-queue.h
drivers/media/video/ivtv/ivtv-streams.c
drivers/media/video/ivtv/ivtv-vbi.c