Index: apps/misc.c =================================================================== --- apps/misc.c (revision 27999) +++ apps/misc.c (working copy) @@ -57,6 +57,10 @@ #include "yesno.h" #include "viewport.h" +#ifdef CONFIG_TUNER +#include "radio.h" +#endif + #ifdef IPOD_ACCESSORY_PROTOCOL #include "iap.h" #endif @@ -376,6 +380,10 @@ { bool ret = false; +#ifdef CONFIG_TUNER + radio_stop(); +#endif + /* Stop the music if it is playing */ if(audio_status()) {