diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-09 12:03:40 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-09 12:03:40 -0300 |
commit | 2fcc777dab12f0ef2eef7962391a419f262d7b7d (patch) | |
tree | fe22b55236aa41b54362423b986802f0c8c7d351 /linux/drivers/media/video/cx88 | |
parent | 8c70d56c5138c6455c8e718e644ffab506adc081 (diff) | |
download | mediapointer-dvb-s2-2fcc777dab12f0ef2eef7962391a419f262d7b7d.tar.gz mediapointer-dvb-s2-2fcc777dab12f0ef2eef7962391a419f262d7b7d.tar.bz2 |
Cx88 balance change errore messages - fix
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 'linux/drivers/media/video/cx88')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index 27a8bfdd6..a03be58aa 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -69,7 +69,7 @@ /* need "shadow" registers for some write-only ones ... */ #define SHADOW_AUD_VOL_CTL 1 #define SHADOW_AUD_BAL_CTL 2 -#define SHADOW_MAX 2 +#define SHADOW_MAX 3 /* FM Radio deemphasis type */ enum cx88_deemph_type { |