V4L/DVB (9592): cx18: Use default kernel work queue; fix streaming flag for work...
authorAndy Walls <awalls@radix.net>
Thu, 6 Nov 2008 00:19:15 +0000 (21:19 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 30 Dec 2008 11:38:01 +0000 (09:38 -0200)
commitf68d0cf56761128e85ebc98d8de4776b89c30279
tree3c0af57cc1909728bef2397b2e9a58305fdea301
parent13563f44a27a07dfade36662903037edbf8a6e01
V4L/DVB (9592): cx18: Use default kernel work queue; fix streaming flag for work handler

cx18: Use default kernel work queue; fix streaming flag for work handler.
Eliminate cx18 specific work queue and use the kernel default work queue.
Fixed the F_STREAMING_FLAG for the TS stream so cx18_dvb_work_handler()
can know when it is not safe to send MDLs to the firmware.

Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx18/cx18-driver.c
drivers/media/video/cx18/cx18-driver.h
drivers/media/video/cx18/cx18-dvb.c
drivers/media/video/cx18/cx18-irq.c
drivers/media/video/cx18/cx18-streams.c