summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-10-05 12:40:13 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-10-05 12:40:13 +0000
commite66b2ec45071f810f84991d3035ef21b6ecdb509 (patch)
treeebf3ec7bef00d6806d63facd53b9a7a540f561cd /apps/settings.h
parent0640a050d5fc19efc58e6cd08b23165b4ab9116c (diff)
downloadrockbox-e66b2ec45071f810f84991d3035ef21b6ecdb509.tar.gz
rockbox-e66b2ec45071f810f84991d3035ef21b6ecdb509.zip
Implement region setting for the fm tuner. The region setting affects deemphasis, band limits and step size. Fixes FS#5929, FS#5928.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11133 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 09834ec183..b29a219733 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -491,6 +491,10 @@ struct user_settings
491 int unplug_rw; /* time in s to rewind when pausing */ 491 int unplug_rw; /* time in s to rewind when pausing */
492 bool unplug_autoresume; /* disable auto-resume if no phones */ 492 bool unplug_autoresume; /* disable auto-resume if no phones */
493#endif 493#endif
494#ifdef CONFIG_TUNER
495 int fm_region;
496#endif
497
494}; 498};
495 499
496enum optiontype { INT, BOOL }; 500enum optiontype { INT, BOOL };