aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88
diff options
context:
space:
mode:
authorIan Pickworth <ian@pickworth.me.uk>2006-03-09 10:03:40 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-21 11:52:57 -0500
commitcef4e7af71ec16aba13ae291e41262a8913a56d8 (patch)
treec2565606eed842f898869b2a63b258d25a241007 /drivers/media/video/cx88
parent99ca99915068806552d1f90ce50bed4c7387d65a (diff)
V4L/DVB (3423): Fix cx88 error messages on balance change
There is an error in the cx88 code that causes this message in the syslog when balance is changed at full volume: Mar 4 18:35:08 ian2 kernel: cx88[0]: irq pci [0x1] vid* Mar 4 18:35:39 ian2 last message repeated 348 times Mar 4 18:36:01 ian2 last message repeated 564 times ... and so on The attached patch cures this problem. Signed-off-by: Ian Pickworth <ian@pickworth.me.uk> Signed-off-by: Marcin Rudowski <mar_rud@poczta.onet.pl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88')
-rw-r--r--drivers/media/video/cx88/cx88.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h
index 21738b664bc9..cfa8668784b4 100644
--- a/drivers/media/video/cx88/cx88.h
+++ b/drivers/media/video/cx88/cx88.h
@@ -63,7 +63,7 @@
63/* need "shadow" registers for some write-only ones ... */ 63/* need "shadow" registers for some write-only ones ... */
64#define SHADOW_AUD_VOL_CTL 1 64#define SHADOW_AUD_VOL_CTL 1
65#define SHADOW_AUD_BAL_CTL 2 65#define SHADOW_AUD_BAL_CTL 2
66#define SHADOW_MAX 2 66#define SHADOW_MAX 3
67 67
68/* FM Radio deemphasis type */ 68/* FM Radio deemphasis type */
69enum cx88_deemph_type { 69enum cx88_deemph_type {