diff options
Diffstat (limited to 'apps/playback.c')
-rw-r--r-- | apps/playback.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/playback.c b/apps/playback.c index d895716359..b662d0329b 100644 --- a/apps/playback.c +++ b/apps/playback.c | |||
@@ -61,7 +61,6 @@ | |||
61 | #include "talk.h" | 61 | #include "talk.h" |
62 | #ifdef CONFIG_TUNER | 62 | #ifdef CONFIG_TUNER |
63 | #include "radio.h" | 63 | #include "radio.h" |
64 | #include "power.h" | ||
65 | #endif | 64 | #endif |
66 | #include "splash.h" | 65 | #include "splash.h" |
67 | 66 | ||
@@ -1707,7 +1706,7 @@ void audio_thread(void) | |||
1707 | 1706 | ||
1708 | #ifdef CONFIG_TUNER | 1707 | #ifdef CONFIG_TUNER |
1709 | /* check if radio is playing */ | 1708 | /* check if radio is playing */ |
1710 | if (radio_get_status() != FMRADIO_OFF) { | 1709 | if (get_radio_status() != FMRADIO_OFF) { |
1711 | radio_stop(); | 1710 | radio_stop(); |
1712 | } | 1711 | } |
1713 | #endif | 1712 | #endif |