]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4ab706cb2a7156616e0e1f9b0cd8cb04d86d7742
tree3c0af57cc1909728bef2397b2e9a58305fdea301
parent9fcb29106c5aad177c71c7c0e4d1b45ca6b29e48
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