Hi, I have just put the first public release of the Innes Corp RadCap FM driver up for download: <http://www.aussec.com/innes/> I would really like as many people as possible (epecially the kernel hackers) to download it, read it and comment on it (possibly privately) as this is my first attrempt at a kernel driver... Ok, it is 26k. The following issues I am aware of: - It is not yet SMP safe - this probably means using spinlocks - It still has some busy waits in the code that will have to disappear (fm_wme(), fm_ver()) - need to deal with these somehow... - It is V4L1 - I couldn't understand the V4L2 spec so I decided to go for V4L1 first... - There is functionality on the card that is not supported by the API: * the card has a de-emphasis option * the card supports several sampling rates * the card has two independent FM receivers which should really have two devices attached to it - How do I deal with these? tom.