"H.-J. Koch" <koch@xxxxxxxxx> writes: > Thanks a lot for that hint. I immediately compiled that one and it works fine > with my Terratec TV/Radio+. For testing purposes (and to watch radiotext...), > I will extend that application and build a small GUI around it. > The "rds_decode()" function could be used in a driver almost as it is. Or do I > misunderstand something ? It is probably more useful to pass the raw 3-byte rds data blocks from the kernel into userspace and do the actual decoding of the data within the application (or a shared library). I also think it would be nice to build that as i2c sub-driver (much like the tuner module), so you can just open(/dev/radio), ioctl(S_FREQ), ioctl(S_FMT, RDS), read() to get the RDS data. Gerd -- You have a new virus in /var/mail/kraxel