summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-01-23 15:43:37 +0000
committerNils Wallménius <nils@rockbox.org>2007-01-23 15:43:37 +0000
commit1b85f60ae0b0c1e24595e9551ce5eee10f15b182 (patch)
treea9cd95362fc8e63032647476acf4fa1cbfe1825a /apps/settings.c
parentb2e50906a4af3176d03dff98af4a260709bdad96 (diff)
downloadrockbox-1b85f60ae0b0c1e24595e9551ce5eee10f15b182.tar.gz
rockbox-1b85f60ae0b0c1e24595e9551ce5eee10f15b182.zip
Permanently enable powering down the disk when it's sleeping for supported targets (iriver h1xx, h3xx and h10, iaudio x5, gigabeat and archos recorders)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12094 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 01ede41b3e..c7794e1015 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -489,9 +489,6 @@ void settings_apply(void)
489 dac_line_in(global_settings.line_in); 489 dac_line_in(global_settings.line_in);
490#endif 490#endif
491 mpeg_id3_options(global_settings.id3_v1_first); 491 mpeg_id3_options(global_settings.id3_v1_first);
492#ifdef HAVE_ATA_POWER_OFF
493 ata_poweroff(global_settings.disk_poweroff);
494#endif
495 492
496 set_poweroff_timeout(global_settings.poweroff); 493 set_poweroff_timeout(global_settings.poweroff);
497 494