V4L/DVB (6065): cx88-alsa: Call core irq handler when needed
authorTrent Piepho <xyzzy@speakeasy.org>
Sat, 18 Aug 2007 10:02:26 +0000 (07:02 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 01:05:55 +0000 (22:05 -0300)
commit5ba862b77e2d7f9e6e2cb133c43be32ac612aea5
tree26b95709abf4d176a33d0f5409b1145e76f9c729
parent8ddac9ee4b6f08d7cacf79202ab882eefc55b0c0
V4L/DVB (6065): cx88-alsa: Call core irq handler when needed

When an irq handled by the cx88 core driver (currently IR and errors) occurs
and the cx88-alsa irq handler is the first called, it will claim to have
handled the irq but it doesn't call cx88_core_irq() to handle it.

The means loading cx88-alsa can disable the IR remote.

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cx88/cx88-alsa.c