linux/drivers/media/video/cx231xx
David Dillow cd5534be6b [media] cx231xx: don't DMA to random addresses
Commit 7a6f6c29d2 (cx231xx: use
URB_NO_TRANSFER_DMA_MAP) was intended to avoid mapping the DMA buffer
for URB twice. This works for the URBs allocated with usb_alloc_urb(),
as those are allocated from cohernent DMA pools, but the flag was also
added for the VBI and audio URBs, which have a manually allocated area.
This leaves the random trash in the structure after allocation as the
DMA address, corrupting memory and preventing VBI and audio from
working. Letting the USB core map the buffers solves the problem.

Signed-off-by: David Dillow <dave@thedillows.org>
Cc: Sri Deevi <srinivasa.deevi@conexant.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-07-06 01:46:18 -03:00
..
cx231xx-417.c [media] cx231xx: fix compiler warnings 2012-05-14 14:43:59 -03:00
cx231xx-audio.c [media] cx231xx: don't DMA to random addresses 2012-07-06 01:46:18 -03:00
cx231xx-avcore.c [media] cx231xx: use TRANSFER_TYPE enum for cleanup 2012-07-06 01:45:43 -03:00
cx231xx-cards.c [media] cx231xx: Paranoic stack memory save 2012-06-21 17:05:13 -03:00
cx231xx-conf-reg.h
cx231xx-core.c [media] cx231xx: fix compiler warnings 2012-05-14 14:43:59 -03:00
cx231xx-dif.h
cx231xx-dvb.c [media] cx231xx: fix device disconnect checks 2012-01-10 22:35:31 -02:00
cx231xx-i2c.c
cx231xx-input.c [media] cx231xx: Fix unregister logic 2012-01-10 22:35:29 -02:00
cx231xx-pcb-cfg.c
cx231xx-pcb-cfg.h
cx231xx-reg.h
cx231xx-vbi.c [media] cx231xx: don't DMA to random addresses 2012-07-06 01:46:18 -03:00
cx231xx-vbi.h
cx231xx-video.c [media] cx231xx: fix compiler warnings 2012-05-14 14:43:59 -03:00
cx231xx.h [media] cx231xx: fix device disconnect checks 2012-01-10 22:35:31 -02:00
Kconfig [media] drivers: video: cx231xx: Fix dependency for VIDEO_CX231XX_DVB 2012-01-10 23:24:45 -02:00
Makefile