the recording will not work![]()
As I said I don't know if it will work in normal circustances, or damage the hardware... if it works I will make the radio app.
the recording will not work![]()
@alebm
Using your first release radio code, I have write xmms plugin interfacing your code to xmms and it's works! Where I can find your last work on radio?
@alebm
I have modified tea5767 kernel 2.6 v4l radio driver and now I can get signal value and sound mode (mono or stereo). We can use this code as standard API to access E680/i radio hardware. Thanks for your initial work on this area. Can you explain why we can not record radio sound? Is /dev/dsp locked when we listen to radio?
@blackhawk
You can't record because based on the schematic diagrams there is no path between radio out and a audio in codec. /dev/dsp is not locked, you can use radio, midi and wave all mixed at same time if you want(I did that and works).
The codec have a loopback interface but I think it only loops the played audio, I tryed without success to record radio, but I haven't tried a lot hehe.
Did you writed you code based on the component datasheet? There is more commands than I put in my first code.