From 0bfa3e76ce8f2c5465ff568b7f4dcf7b5fbb462f Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Wed, 1 Aug 2007 08:50:44 +0000 Subject: 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 --- apps/settings.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/settings.c') diff --git a/apps/settings.c b/apps/settings.c index 0cf38266a6..958c410af8 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -658,7 +658,9 @@ void settings_apply(void) DEBUGF( "settings_apply()\n" ); sound_settings_apply(); +#ifndef HAVE_FLASH_STORAGE audio_set_buffer_margin(global_settings.buffer_margin); +#endif #ifdef HAVE_LCD_CONTRAST lcd_set_contrast(global_settings.contrast); @@ -702,7 +704,9 @@ void settings_apply(void) #ifdef HAVE_BUTTON_LIGHT button_backlight_set_timeout(global_settings.button_light_timeout); #endif +#ifndef HAVE_FLASH_STORAGE ata_spindown(global_settings.disk_spindown); +#endif #if (CONFIG_CODEC == MAS3507D) && !defined(SIMULATOR) dac_line_in(global_settings.line_in); #endif -- cgit v1.2.3