[mpeg2] Broadcom / VisionTech Kfir MPEG II PCI Encoder Card
Johannes Stezenbach
js at linuxtv.org
Sun Nov 20 17:42:48 CET 2005
On Sun, Nov 20, 2005 Andrew Kennerly wrote:
> All the MD5SUMs match the README except for kfir_micro.h
kfir_micro.h is generated from the firmware binaries
(you need to edit some path in micro/Makefile)
> At first compile from the driver/ directory kfir_micro.h wasn't found so I
> symlinked to the one in driver/micro/. I attempted to compile what I have of
> the code and it failed with this:
>
> make -C /lib/modules/2.6.14-ck5/build
> SUBDIRS=/home/andy/src/kfir/kfir-cvs-newest/driver
> make[1]: Entering directory `/usr/src/linux-2.6.14-ck5'
> LD /home/andy/src/kfir/kfir-cvs-newest/driver/built-in.o
> CC [M] /home/andy/src/kfir/kfir-cvs-newest/driver/kfir.o
> /home/andy/src/kfir/kfir-cvs-newest/driver/kfir.c:1577: error: unknown field
> `id' specified in initializer
Recent changes in i2c core removed the "id" field,
just comment out that line.
> /home/andy/src/kfir/kfir-cvs-newest/driver/kfir.c:2873: warning:
> initialization from incompatible pointer type
This comes from the pm_message_t changes, but as the kfir driver
does not support suspend you can probably ignore this.
HTH,
Johannes
More information about the mpeg2
mailing list