aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Walls <awalls@radix.net>2008-09-06 15:43:59 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-12 07:36:59 -0400
commit446f245977e9c2ac4507c3543c7e2a587f46beab (patch)
treeab0bb4998170c650bdbf8ccb5da56aaf8e66a6f9
parent854ad9abcc7c1aa143d1a18409d4f366d4326a80 (diff)
V4L/DVB (8924): cx18: Set mmio throttling delay default to 0 nsec.
cx18: Set mmio throttling delay default to 0 nsec. Not doing so makes analog tuner audio not work on some mahcines. Signed-off-by: Andy Walls <awalls@radix.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/cx18/cx18-driver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.h b/drivers/media/video/cx18/cx18-driver.h
index cc6f288a6da..66cb748875c 100644
--- a/drivers/media/video/cx18/cx18-driver.h
+++ b/drivers/media/video/cx18/cx18-driver.h
@@ -63,8 +63,8 @@
63# error "This driver requires kernel PCI support." 63# error "This driver requires kernel PCI support."
64#endif 64#endif
65 65
66/* Default delay to throttle mmio access to the CX23418 so it doesn't choke */ 66/* Default delay to throttle mmio access to the CX23418 */
67#define CX18_DEFAULT_MMIO_NDELAY 31 /* 30.3 ns = 1 PCI clock(s) / 33 MHz */ 67#define CX18_DEFAULT_MMIO_NDELAY 0 /* 0 ns = 0 PCI clock(s) / 33 MHz */
68 68
69#define CX18_MEM_OFFSET 0x00000000 69#define CX18_MEM_OFFSET 0x00000000
70#define CX18_MEM_SIZE 0x04000000 70#define CX18_MEM_SIZE 0x04000000