This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11606 - ACTION_TREE_STOP stops radio too
Attached to Project:
Rockbox
Opened by Michael Gentry (Confuseling) - Monday, 06 September 2010, 14:11 GMT+2
Last edited by Nils Wallménius (nls) - Sunday, 17 October 2010, 10:48 GMT+2
Opened by Michael Gentry (Confuseling) - Monday, 06 September 2010, 14:11 GMT+2
Last edited by Nils Wallménius (nls) - Sunday, 17 October 2010, 10:48 GMT+2
|
DetailsRationale:
To my mind it is more consistent - at the moment, you are in the WPS, you press the menu key, then the ACTION_TREE_STOP key, and your music stops. You are in the radio, you press the same, and nothing happens. Implementation: Obviously, this is trivial in extremis, but I'm no coder... I've included radio.h, and added a call to radio_stop() in list_stop_handler(), in misc.c. Both changes are behind ifdef CONFIG_TUNERs. This is guesswork, and might be horribly wrong, but it seems to work on a Sansa Clip+. I tried turning off CONFIG_TUNER to test it, but that results in all kinds of oddness, and I don't think it's because of this patch. Built against 27999. |
This task depends upon
Closed by Nils Wallménius (nls)
Sunday, 17 October 2010, 10:48 GMT+2
Reason for closing: Accepted
Additional comments about closing: comiitted, thanks
Sunday, 17 October 2010, 10:48 GMT+2
Reason for closing: Accepted
Additional comments about closing: comiitted, thanks
Also, thanks to JdGordon for the advice.