Hi,
I'm having problems with the current saa7134 snapshot -- trying to build
it on a 2.4.20 kernel. This is due to the addition of function calls
like video_device_alloc and friends:
video_device_alloc, video_device_release
pci_name
ir_input_init, ir_extract_bits
These last two seem to be defined in ir-common.c, but this file is not
built (and doesn't actually build due to missing defines like KEY_RADIO).
I suspect that these are related to 2.6 support, and It is not clear to
me how to fix it for 2.4.
My real interest is in trying to make a new SAA7133 card work (Compro
VideoMate TV -- PCI id 185b:c100). Not much happens with the stock 0.2.8
drivers (apart from a lot of VIDIOC_DQBUF errors), but this may be due
to having the wrong tuner set. (Is this likely?)
And now I've got the dreaded video31 problem. I've got some version skew
somewhere...... I'm going to bed......
Philip