summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-08-01 08:50:44 +0000
committerNils Wallménius <nils@rockbox.org>2007-08-01 08:50:44 +0000
commit0bfa3e76ce8f2c5465ff568b7f4dcf7b5fbb462f (patch)
treed84ec59c3b9fc00ce46329c01a66b8da46b0e204 /apps/settings.h
parent3b3fd4997ee32cf5b0bc7cf07b3ac9a73cbcb388 (diff)
downloadrockbox-0bfa3e76ce8f2c5465ff568b7f4dcf7b5fbb462f.tar.gz
rockbox-0bfa3e76ce8f2c5465ff568b7f4dcf7b5fbb462f.zip
Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuff for flash storage targets as they make no sense
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14110 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index f9ee1df7ec..4d7073bf3b 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -446,8 +446,11 @@ struct user_settings
446 bool play_selected; /* Plays selected file even in shuffle mode */ 446 bool play_selected; /* Plays selected file even in shuffle mode */
447 int ff_rewind_min_step; /* FF/Rewind minimum step size */ 447 int ff_rewind_min_step; /* FF/Rewind minimum step size */
448 int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */ 448 int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */
449
450#ifndef HAVE_FLASH_STORAGE
449 int disk_spindown; /* time until disk spindown, in seconds (0=off) */ 451 int disk_spindown; /* time until disk spindown, in seconds (0=off) */
450 int buffer_margin; /* MP3 buffer watermark margin, in seconds */ 452 int buffer_margin; /* MP3 buffer watermark margin, in seconds */
453#endif
451 454
452 int peak_meter_release; /* units per read out */ 455 int peak_meter_release; /* units per read out */
453 int peak_meter_hold; /* hold time for peak meter in 1/100 s */ 456 int peak_meter_hold; /* hold time for peak meter in 1/100 s */