summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 09e15b3deb..3b6a048def 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -268,10 +268,12 @@ static const struct bit_entry hd_bits[] =
268 {4, S_O(ff_rewind_accel), 3, "scan accel", NULL }, 268 {4, S_O(ff_rewind_accel), 3, "scan accel", NULL },
269 {3, S_O(buffer_margin), 0, "antiskip", NULL }, 269 {3, S_O(buffer_margin), 0, "antiskip", NULL },
270 /* disk */ 270 /* disk */
271#ifndef HAVE_MMC
271#ifdef HAVE_ATA_POWER_OFF 272#ifdef HAVE_ATA_POWER_OFF
272 {1, S_O(disk_poweroff), false, "disk poweroff", off_on }, 273 {1, S_O(disk_poweroff), false, "disk poweroff", off_on },
273#endif 274#endif
274 {8, S_O(disk_spindown), 5, "disk spindown", NULL }, 275 {8, S_O(disk_spindown), 5, "disk spindown", NULL },
276#endif
275 /* browser */ 277 /* browser */
276 {2, S_O(dirfilter), SHOW_MUSIC, 278 {2, S_O(dirfilter), SHOW_MUSIC,
277 "show files", "all,supported,music,playlists" }, 279 "show files", "all,supported,music,playlists" },