2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-22 20:23:57 +08:00
linux-next/drivers/media/video/saa7134
Heikki Lindholm 843b1378c2 V4L/DVB (6690): saa7134: fix ignored interrupts
The saa7134 video driver starts dropping frames when used together with the
saa7134-alsa driver. Frames are dropped because when an audio event is waiting
the driver simply ignores the interrupt and passes it on to the saa7134-alsa
interrupt handler. The alsa interrupt handler in turn acknowledges all types
of events thus clearing the pending video events as well. Fix by only masking
out the audio event in the video interrupt handler and by only acknowledging
the audio event in the alsa driver.

Signed-off-by: Heikki Lindholm  <holindho@cs.helsinki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-12-11 18:08:18 -02:00
..
Kconfig V4L/DVB (6479): use input functions, should depend on INPUT 2007-11-04 21:41:23 -02:00
Makefile V4L/DVB (5166): Remove obsolete alias defines of CONFIG_* settings 2007-02-21 13:35:11 -02:00
saa6752hs.c V4L/DVB (6321): Remove obsolete VIDIOC_S/G_MPEGCOMP ioctls 2007-10-22 12:01:30 -02:00
saa7134-alsa.c V4L/DVB (6690): saa7134: fix ignored interrupts 2007-12-11 18:08:18 -02:00
saa7134-cards.c V4L/DVB (6686): saa7134: fix composite over s-video input on the Tevion MD 9717 2007-12-11 18:08:17 -02:00
saa7134-core.c V4L/DVB (6690): saa7134: fix ignored interrupts 2007-12-11 18:08:18 -02:00
saa7134-dvb.c V4L/DVB (6252): Adapt drivers to use the newer videobuf modules 2007-10-09 22:14:55 -03:00
saa7134-empress.c V4L/DVB (6602): V4L: Convert videobuf drivers to videobuf_stop 2007-12-11 18:08:09 -02:00
saa7134-i2c.c i2c: Remove NOP i2c_algorithm.algo_control() methods 2007-10-13 23:56:32 +02:00
saa7134-input.c V4L/DVB (6379): patch which improves GotView Saa7135 remote control 2007-10-22 12:01:52 -02:00
saa7134-oss.c V4L/DVB (6314): saa7134: Replace list_for_each+list_entry with list_for_each_entry 2007-10-10 13:35:07 -03:00
saa7134-reg.h [PATCH] v4l: 800: whitespace cleanups 2005-11-09 07:56:20 -08:00
saa7134-ts.c V4L/DVB (6271): V4L: Add basic support for suspend/resume for saa7134 2007-10-10 00:02:59 -03:00
saa7134-tvaudio.c V4L/DVB (6330): V4L: saa7134: Fix interaction between tvaudio thread and the freezer 2007-10-22 12:01:41 -02:00
saa7134-vbi.c V4L/DVB (6252): Adapt drivers to use the newer videobuf modules 2007-10-09 22:14:55 -03:00
saa7134-video.c V4L/DVB (6602): V4L: Convert videobuf drivers to videobuf_stop 2007-12-11 18:08:09 -02:00
saa7134.h V4L/DVB (6330): V4L: saa7134: Fix interaction between tvaudio thread and the freezer 2007-10-22 12:01:41 -02:00