summaryrefslogtreecommitdiff
path: root/firmware/powermgmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/powermgmt.c')
-rw-r--r--firmware/powermgmt.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/powermgmt.c b/firmware/powermgmt.c
index 750f8d5ef4..ed979f83ce 100644
--- a/firmware/powermgmt.c
+++ b/firmware/powermgmt.c
@@ -31,7 +31,6 @@
31#include "storage.h" 31#include "storage.h"
32#include "power.h" 32#include "power.h"
33#include "audio.h" 33#include "audio.h"
34#include "mp3_playback.h"
35#include "usb.h" 34#include "usb.h"
36#include "powermgmt.h" 35#include "powermgmt.h"
37#include "backlight.h" 36#include "backlight.h"
@@ -770,11 +769,7 @@ void shutdown_hw(void)
770 storage_spindown(1); 769 storage_spindown(1);
771 } 770 }
772 771
773#if CONFIG_CODEC == SWCODEC
774 audiohw_close(); 772 audiohw_close();
775#else
776 mp3_shutdown();
777#endif
778 773
779 /* If HD is still active we try to wait for spindown, otherwise the 774 /* If HD is still active we try to wait for spindown, otherwise the
780 shutdown_timeout in power_thread_step will force a power off */ 775 shutdown_timeout in power_thread_step will force a power off */