Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#10480 - fm radio support for Samsung YH-820 YH-920 YH-925

Attached to Project: Rockbox
Opened by Jens Erdmann (pyro_maniac) - Friday, 31 July 2009, 14:10 GMT+2
Task Type Patches
Category FM Tuner
Status Unconfirmed
Assigned To No-one
Player Type Another
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Private No

Details

I tried to make the first shot on adding fm radio support for the Samsung YH-* devices.

--
   fm-support-for-samsung-yh-X_v1.patch (11.7 KiB)
 apps/recorder/radio.c                           |    9 +
 apps/keymaps/keymap-yh8xx_yh9xx.c               |   20 ++
 firmware/export/config-yh920.h                  |    6 
 firmware/export/config-yh925.h                  |    6 
 firmware/export/config-yh820.h                  |    6 
 firmware/SOURCES                                |    3 
 firmware/target/arm/samsung/power-yh82x_yh92x.c |   11 +
 firmware/target/arm/samsung/fmradio-yh82x_92x.c |  211 ++++++++++++++++++++++++
 8 files changed, 269 insertions(+), 3 deletions(-)

This task depends upon

Comment by Rafaël Carré (funman) - Wednesday, 02 September 2009, 12:20 GMT+2
Looks like it is working, but I can't hear output, i think the AKM code needs to be modified to enable FM output
Comment by Rafaël Carré (funman) - Wednesday, 02 September 2009, 13:02 GMT+2
Correction: rockbox enters the USB screen and assumes a charger is connected with this patch (can't use rockbox unless if I keep RIGHT pressed to enter charging mode)

some comments:

+
+#elif (CONFIG_KEYPAD == COWOND2_PAD)

Typo ?

Are you sure YH820 and YH925 have a FM Tuner?
Comment by Jens Erdmann (pyro_maniac) - Thursday, 03 September 2009, 01:18 GMT+2
Thanks for the typo. I fixed that.

I am not sure but i have seen several texts that talked about fm support for all yh devices. But i am not sure if all devices got that.
   fm-support-for-samsung-yh-X_v2.patch (11.7 KiB)
 apps/recorder/radio.c                           |    9 +
 apps/keymaps/keymap-yh8xx_yh9xx.c               |   20 ++
 firmware/export/config-yh920.h                  |    6 
 firmware/export/config-yh925.h                  |    6 
 firmware/export/config-yh820.h                  |    6 
 firmware/SOURCES                                |    3 
 firmware/target/arm/samsung/power-yh82x_yh92x.c |   11 +
 firmware/target/arm/samsung/fmradio-yh82x_92x.c |  211 ++++++++++++++++++++++++
 8 files changed, 269 insertions(+), 3 deletions(-)

Comment by Rafaël Carré (funman) - Thursday, 03 September 2009, 11:14 GMT+2
low_light got sound output on radio: http://www.rockbox.org/irc/log-20090902#22:36:31

but the patch can not get back to files playback
Comment by Jens Erdmann (pyro_maniac) - Thursday, 03 September 2009, 11:19 GMT+2
I have seen this patch. I will have a look at it later.

Loading...