diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-06-29 01:57:30 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 12:15:30 +0200 |
commit | 1a3932e0ed9ca46db2b76ce067e4ebaf04d91ea1 (patch) | |
tree | 21387d14fb4854dc9975ab37a44c57f98a6509db /drivers/media/video/cx18 | |
parent | V4L/DVB (8168a): cx18: Update cx18 documentation. (diff) | |
download | linux-1a3932e0ed9ca46db2b76ce067e4ebaf04d91ea1.tar.xz linux-1a3932e0ed9ca46db2b76ce067e4ebaf04d91ea1.zip |
V4L/DVB (8168): cx18: Upgrade to newer firmware & update cx18 documentation.
Conexant graciously gave us permission to redistribute the
firmware. Update the documentation where the firmware can be
downloaded.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx18')
-rw-r--r-- | drivers/media/video/cx18/cx18-firmware.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-firmware.c b/drivers/media/video/cx18/cx18-firmware.c index 02453f09693f..2d630d9f7496 100644 --- a/drivers/media/video/cx18/cx18-firmware.c +++ b/drivers/media/video/cx18/cx18-firmware.c @@ -87,7 +87,7 @@ #define CX18_DSP0_INTERRUPT_MASK 0xd0004C /* Encoder/decoder firmware sizes */ -#define CX18_FW_CPU_SIZE (174716) +#define CX18_FW_CPU_SIZE (158332) #define CX18_FW_APU_SIZE (141200) #define APU_ROM_SYNC1 0x6D676553 /* "mgeS" */ |