summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/settings.h b/apps/settings.h
index af1d65d78f..52a45c18ae 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -273,7 +273,7 @@ struct system_status
273#ifdef HAVE_DIRCACHE 273#ifdef HAVE_DIRCACHE
274 int dircache_size; /* directory cache structure last size, 22 bits */ 274 int dircache_size; /* directory cache structure last size, 22 bits */
275#endif 275#endif
276#ifdef CONFIG_TUNER 276#if CONFIG_TUNER
277 int last_frequency; /* Last frequency for resuming, in FREQ_STEP units, 277 int last_frequency; /* Last frequency for resuming, in FREQ_STEP units,
278 relative to MIN_FREQ */ 278 relative to MIN_FREQ */
279#endif 279#endif
@@ -404,7 +404,7 @@ struct user_settings
404 404
405 bool resume; /* resume option: 0=off, 1=on */ 405 bool resume; /* resume option: 0=off, 1=on */
406 406
407#ifdef CONFIG_TUNER 407#if CONFIG_TUNER
408 unsigned char fmr_file[MAX_FILENAME+1]; /* last fmr preset */ 408 unsigned char fmr_file[MAX_FILENAME+1]; /* last fmr preset */
409#endif 409#endif
410 unsigned char font_file[MAX_FILENAME+1]; /* last font */ 410 unsigned char font_file[MAX_FILENAME+1]; /* last font */
@@ -476,7 +476,7 @@ struct user_settings
476 bool fade_on_stop; /* fade on pause/unpause/stop */ 476 bool fade_on_stop; /* fade on pause/unpause/stop */
477 bool caption_backlight; /* turn on backlight at end and start of track */ 477 bool caption_backlight; /* turn on backlight at end and start of track */
478 478
479#ifdef CONFIG_TUNER 479#if CONFIG_TUNER
480 int fm_freq_step; /* Frequency step for manual tuning, in kHz */ 480 int fm_freq_step; /* Frequency step for manual tuning, in kHz */
481 bool fm_force_mono; /* Forces Mono mode if true */ 481 bool fm_force_mono; /* Forces Mono mode if true */
482 bool fm_full_range; /* Enables full 10MHz-160MHz range if true, else 482 bool fm_full_range; /* Enables full 10MHz-160MHz range if true, else
@@ -663,7 +663,7 @@ struct user_settings
663 int unplug_rw; /* time in s to rewind when pausing */ 663 int unplug_rw; /* time in s to rewind when pausing */
664 bool unplug_autoresume; /* disable auto-resume if no phones */ 664 bool unplug_autoresume; /* disable auto-resume if no phones */
665#endif 665#endif
666#ifdef CONFIG_TUNER 666#if CONFIG_TUNER
667 int fm_region; 667 int fm_region;
668#endif 668#endif
669 bool audioscrobbler; /* Audioscrobbler logging */ 669 bool audioscrobbler; /* Audioscrobbler logging */