summaryrefslogtreecommitdiff
path: root/linux/drivers
diff options
context:
space:
mode:
authorAndy Walls <awalls@radix.net>2008-09-06 15:43:59 -0400
committerAndy Walls <awalls@radix.net>2008-09-06 15:43:59 -0400
commit236718fb37679dcc03a18ecde0fa5fcf2a336424 (patch)
tree079b66c5665192c67cca3e3c5970bf9409b6f500 /linux/drivers
parent5f2d82cefe0ce930f3146875c88b993695c7e03a (diff)
downloadmediapointer-dvb-s2-236718fb37679dcc03a18ecde0fa5fcf2a336424.tar.gz
mediapointer-dvb-s2-236718fb37679dcc03a18ecde0fa5fcf2a336424.tar.bz2
cx18: Set mmio throttling delay default to 0 nsec.
From: Andy Walls <awalls@radix.net> cx18: Set mmio throttling delay default to 0 nsec. Not doing so makes analog tuner audio not work on some mahcines. Priority: high Signed-off-by: Andy Walls <awalls@radix.net>
Diffstat (limited to 'linux/drivers')
-rw-r--r--linux/drivers/media/video/cx18/cx18-driver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx18/cx18-driver.h b/linux/drivers/media/video/cx18/cx18-driver.h
index cc6f288a6..66cb74887 100644
--- a/linux/drivers/media/video/cx18/cx18-driver.h
+++ b/linux/drivers/media/video/cx18/cx18-driver.h
@@ -63,8 +63,8 @@
# error "This driver requires kernel PCI support."
#endif
-/* Default delay to throttle mmio access to the CX23418 so it doesn't choke */
-#define CX18_DEFAULT_MMIO_NDELAY 31 /* 30.3 ns = 1 PCI clock(s) / 33 MHz */
+/* Default delay to throttle mmio access to the CX23418 */
+#define CX18_DEFAULT_MMIO_NDELAY 0 /* 0 ns = 0 PCI clock(s) / 33 MHz */
#define CX18_MEM_OFFSET 0x00000000
#define CX18_MEM_SIZE 0x04000000