This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11559 - iPod Radio Remote - (FM Radio and Button issues)
Attached to Project:
Rockbox
Opened by Trevor (thals1992) - Friday, 20 August 2010, 21:21 GMT+2
Last edited by Bertrik Sikken (bertrik) - Sunday, 24 October 2010, 11:25 GMT+2
Opened by Trevor (thals1992) - Friday, 20 August 2010, 21:21 GMT+2
Last edited by Bertrik Sikken (bertrik) - Sunday, 24 October 2010, 11:25 GMT+2
|
DetailsI have a new issue that should be added. When I go into the FM Tuner and choose a station, it is inaudible over the headphone socket in the iPod itself, but when I plug it in the Radio it is noisy (noise comes over headphones - not powered speakers) and extra noise cames in when keys are pressed on the Radio itself, when the screen scrolls the RDS data, and when the iPod wheel is touched. The audio itself is extremely faint. I bumped the volume to db 0 and even 6 and then the music over the radio can be heard. It is just fine when listened to, after recording and amplified (using the gain setting) 20 dband the vu meter underneath looks like it is receiving sound at a decent volume.
Is there any way to add gain like in the original firmware for the first gen iPod Nano so I can listen to the radio with out recording the Radio songs to mp3. NOTE: Apparently the iPod Radio works on the first five nanos and the first gen video as well. Has is been enabled for the iPod Video yet? In daily, recent, or release builds? |
This task depends upon
Closed by Bertrik Sikken (bertrik)
Sunday, 24 October 2010, 11:25 GMT+2
Reason for closing: Fixed
Additional comments about closing: Committed as SVN r28341
Sunday, 24 October 2010, 11:25 GMT+2
Reason for closing: Fixed
Additional comments about closing: Committed as SVN r28341
AFAIK, the audiohw_set_monitor function is normally used to bypass the analog fm radio audio signal from input to output (e.g. see firmware/target/arm/audio-pp.c) . Not having an implementation for this function could very well explain that you're not hearing something on the headphone socket of the ipod itself.
I don't know why you're not hearing anything on the headphone socket of the radio itself, this could be some problem in the data we send to configure the radio (in firmware/drivers/tuner/ipod_remote_tuner.c).
This should enable the analog audio signal from input to the output, even when not recording. I can't test it myself, because I don't have the FM remote nor an ipod nano 1g.
Thanks for the help.
EDIT: updated patch, there was a bug in setting the right channel input multiplexer.